linear {bdots} | R Documentation |
Linear curve function
Description
Linear function used in fitting nlme curve for observations
Usage
linear(dat, y, time, params = NULL, ...)
Arguments
dat |
subject data to be used |
y |
outcome variable |
time |
time variable |
params |
|
... |
just in case |
Details
Don't use this function please
y ~ slope*time + intercept
[Package bdots version 1.2.5 Index]