NlmeStructuralParameter-class | R Documentation |
Class represents an NLME structural parameter
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 |
NlmeStructuralParameter(STP_SUM_ETA, "EC50")
NlmeStructuralParameter(STP_SUM_EXP, "Imax")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.