View source: R/gam_interpolation.R
gam_interp | R Documentation |
mgcv:gam()
.GAM interpolation using mgcv:gam()
.
gam_interp(
formula = NULL,
y,
time,
pred_times,
se.fit = T,
s_args = NULL,
uncertainty.type,
verbose = F
)
formula |
optionally specify formula for |
y |
observations |
time |
times for observations |
pred_times |
prediction times |
se.fit |
logical default is |
s_args |
Arguments to |
uncertainty.type |
State what type of uncertainty plot 1 is default for tails more than 1 is amount of predicted trajectories for each unique individual and blurs for blur plot |
verbose |
logical; |
interpolated values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.