Class represents an NLME Stepwise search parameters

Arguments

addPValue

Numeric. Threshold for adding a covariate effect

removePValue

Numeric. Threshold for removing a covariate effect

method

-2LL|AIC|BIC; could be abbreviated.

Examples

StepwiseParams(0.001, 0.001, "BIC")
#> An object of class "StepwiseParams"
#> Slot "addPValue":
#> [1] 0.001
#> 
#> Slot "removePValue":
#> [1] 0.001
#> 
#> Slot "method":
#> [1] "BIC"
#>