structuralParam<- | R Documentation |
Method to set structural parameter attributes
structuralParam(.Object, parameterNames) <- value
.Object |
Model with the parameter |
parameterNames |
The names of structural parameters |
value |
A value of the fixed effect to be set |
structuralParam(model, "Cl") <- c(style = LogNormal, initialValue = "0.75")
structuralParam(model, "Cl2") <- c(style = Custom, code = "stparm(V=10^(tvlog10V + nlog10V))")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.