NlmeStructuralParameter-class {Certara.RsNLME} | R Documentation |
Class represents an NLME structural parameter
Description
Class represents an NLME structural parameter
Arguments
name |
Name of the structural parameter |
fixedEffName |
Name to use for fixed effects |
randomEffName |
Name to use for random effects |
hasRandomEffect |
Does the parameter have a random effect? |
style |
Parameter style: LogNormal, Normal, Combination, Log, Logit, Custom |
initialValue |
Initial value for the parameter |
lowerBound |
Lower limit for the parameter value |
upperBound |
Upper limit for the parameter value |
units |
Unit of measurement for the parameter |
isFrozen |
Is the parameter frozen? |
isSequential |
Estimate the parameter sequentially |
ranEffInitValue |
Initial value for the random effect |
code |
For Custom style, PML code to override the definition |
extraCode |
Extra lines of code that relates to this parameter |
Examples
NlmeStructuralParameter(STP_SUM_ETA, "EC50")
NlmeStructuralParameter(STP_SUM_EXP, "Imax")
[Package Certara.RsNLME version 3.0.1 Index]