detection of outlier points in time courses

flagPointLocfit(datain, trait, xvar, loopID, locfit.h, threshold)

Arguments

datain

input dataframe of parameters

trait

character, parameter of interest (ex: plantHeight)

xvar

character, time variable (ex: thermalTime)

loopID

character, ID on which to make the loop

locfit.h

numeric, the constant component of the smoothing parameter

threshold

numeric, threshold to detect on the prediction interval

Value

a list

1

prediction and detection of outlier on observed data

2

prediction on regular abscissa data

3

time courses with not enough point to be evaluated

Examples

# \donttest{ # Example # }