initFixedEffects | R Documentation |
Display/Set initial estimates for fixed effects
initFixedEffects(.Object)
## S4 method for signature 'NlmePmlModel'
initFixedEffects(.Object)
initFixedEffects(.Object) <- value
## S4 replacement method for signature 'NlmePmlModel'
initFixedEffects(.Object) <- value
.Object |
PK/PD model |
value |
Named numeric vector |
Named numeric vector of fixed effects estimates
fixedEffect
model <- pkmodel(
numCompartments = 2,
data = pkData,
ID = "Subject",
Time = "Act_Time",
A1 = "Amount",
CObs = "Conc",
modelName = "TwCpt_IVBolus_FOCE_ELS"
)
# View initial/current fixed effect values
initFixedEffects(model)
# May also use as a 'replacement function' to set the values
initFixedEffects(model) <- c(tvV = 15, tvCl = 5, tvV2 = 40, tvCl2 = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.