linear: Linear curve function

linearR 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

NULL unless user wants to specify starting parameters for gnls

...

just in case

Details

Don't use this function please

y ~ slope*time + intercept


bdots documentation built on Jan. 7, 2023, 1:18 a.m.