View source: R/meas_effect_uncond.R
meas_effect_uncond | R Documentation |
Compute estimates of the unconditional association measures.
meas_effect_uncond(data, formula = Y ~ T)
bootu(data, formula = Y ~ T)
data |
Dataframe of raw data. |
formula |
The model formula. |
Compute estimates of the unconditional association measures,
hence the u in bootu()
, and their confidence intervals.
1- We use Gaussian, Poisson and Binomial glm to solve the
estimating equations of the measures, not their distributions
2- The association measures' distributions (ci) are estimated by
bootstrapping
Assumptions: We assume that (3.2) holds but not (3.1)
See p. 45 and 46 for more details.
Dataframe in a useable format for rsample::bootstraps
.
Section 3.3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.