StepwiseParams-class {Certara.RsNLME}R Documentation

Class initializer for NLME StepwiseParams

Description

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")

[Package Certara.RsNLME version 3.0.1 Index]