NlmeObservationVar-class | R Documentation |
Describes an observation(observe,multi,...)
name |
Name of observation variable |
xaxis |
One of: T, TAD, PRED. If nothing is specified, the user-specified name of axis is used. |
binningMethod |
Method of binning: |
binningOption |
Centers or boundary values specified as numeric vector |
stratifyColumns |
Categorical covariates (up to 3) for simulation stratification (overrides stratifyColumns given in NlmeVpcParams) |
ygroup |
Values specifying the category right boundaries (used for categorical observations only; useful for count) |
quantilesValues |
Quantiles to be estimate for each x value (bin value) in each strata for the current observable (internal quantiles) |
quantilesSecondaryValues |
Quantiles to estimate for each internal quantile (quantiles for quantile) |
BQLasLLOQ |
Flag to replace BLQ values with the LLOQ value |
var <- NlmeObservationVar(
name = "Cobs",
xaxis = "t",
binningMethod = "none",
quantilesValues = c(5, 50, 95)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.