Transform estimated values and confidence intervals by applying a function
Source:R/utililties.R
transform_fun.Rd
Transform estimated values and confidence intervals by applying a function
Usage
transform_fun(object, fun = NULL, ...)
# S3 method for class 'smooth_estimates'
transform_fun(object, fun = NULL, constant = NULL, ...)
# S3 method for class 'smooth_samples'
transform_fun(object, fun = NULL, constant = NULL, ...)
# S3 method for class 'mgcv_smooth'
transform_fun(object, fun = NULL, constant = NULL, ...)
# S3 method for class 'evaluated_parametric_term'
transform_fun(object, fun = NULL, constant = NULL, ...)
# S3 method for class 'parametric_effects'
transform_fun(object, fun = NULL, constant = NULL, ...)
# S3 method for class 'tbl_df'
transform_fun(object, fun = NULL, column = NULL, constant = NULL, ...)