structuralParam<- {Certara.RsNLME} | R Documentation |
Method to set structural parameter attributes
Description
Method to set structural parameter attributes
Usage
structuralParam(.Object, parameterNames) <- value
Arguments
.Object |
Model with the parameter |
parameterNames |
The names of structural parameters |
value |
A value of the fixed effect to be set |
Examples
structuralParam(model, "Cl") <- c(style = LogNormal, initialValue = "0.75")
structuralParam(model, "Cl2") <- c(style = Custom, code = "stparm(V=10^(tvlog10V + nlog10V))")
[Package Certara.RsNLME version 3.0.1 Index]