gam_interp {anipaths} | R Documentation |
GAM interpolation using mgcv:gam()
.
Description
GAM interpolation using mgcv:gam()
.
Usage
gam_interp(
formula = NULL,
y,
time,
pred_times,
se.fit = T,
s_args = NULL,
uncertainty.type,
verbose = F
)
Arguments
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; |
Value
interpolated values
[Package anipaths version 0.10.3 Index]