| sim_base_lm | R Documentation |
sim_base_lm() will start a linear model: One regressor, one error
component. sim_base_lmm() will start a linear mixed model: One
regressor, one error component and one random effect for the domain.
sim_base_lmc() and sim_base_lmmc() add outlier contamination to
the scenarios. Use these as a quick start, then you probably want to
configure your own scenario.
sim_base_lm()
sim_base_lmm()
sim_base_lmc()
sim_base_lmmc()
Additional information on the generated variables:
100 domains
100 in each domain
is normally distributed with mean of 0 and sd of 4
is normally distributed with mean of 0 and sd of 4
is normally distributed with mean of 0 and sd of 1, it is a constant within domains
as e; probability of unit to be contaminated is 0.05; sd is then 150
as v; probability of area to be contaminated is 0.05; sd is then 40
= 100 + x + v + e
# The preconfigured set-ups:
sim_base_lm()
sim_base_lmm()
sim_base_lmc()
sim_base_lmmc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.