Description Usage Format Examples
A dataset containing the 23 scenarios that are used to input the simulation
study. The data generating mechanisms used in this study are:
age ~ N(32, 25)
blood_pressure|age ~ N(120 + γ age, ω^2)
blood_pressure_star|blood_pressure ~ N(blood_pressure, τ^2)
creatinine|blood_pressure,age ~ N(30 + 0.2 blood_pressure + 0.2 age, σ^2)
1 |
A data frame with 23 rows and 10 variables:
scenario no.
number of observations (sample size)
γ
ω^2
number of replicates
τ^2
σ^2
estimand
Var(blood_pressure) / Var(blood_pressure_star)
1 - Var(creatinine|blood_pressure, age) / Var(creatinine)
Var(blood_pressure|age) / Var(blood_pressure_star|age)
0.2 E[age|blood_pressure]
1 | data("input", package = "simexvsmecor")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.