Skip to contents

Add a constant to estimated values

Usage

add_constant(object, constant = NULL, ...)

# S3 method for smooth_estimates
add_constant(object, constant = NULL, ...)

# S3 method for smooth_samples
add_constant(object, constant = NULL, ...)

# S3 method for mgcv_smooth
add_constant(object, constant = NULL, ...)

# S3 method for parametric_effects
add_constant(object, constant = NULL, ...)

# S3 method for tbl_df
add_constant(object, constant = NULL, column = NULL, ...)

# S3 method for evaluated_parametric_term
add_constant(object, constant = NULL, ...)

Arguments

object

a object to add a constant to.

constant

the constant to add.

...

additional arguments passed to methods.

column

character; for the "tbl_df" method, which column to add the constant too.

Value

Returns object but with the estimate shifted by the addition of the supplied constant.

Author

Gavin L. Simpson