prob_lmod_td | R Documentation |
Estimate s sampling distribution by bootstrapping.
prob_lmod_td(data, formula = Y ~ T + A + H, condition.names = NULL)
data |
Dataframe of raw data. |
formula |
The model formula. |
condition.names |
Character vector of conditioned variable names. If
|
Estimate a sampling distribution. See details in chapter 2, section 2.4.
The package rsample
is used.
Dataframe in a useable format for rsample::bootstraps
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.