jack_est | R Documentation |
Estimate of effect measure and CI With jacknife (LOO).
jack_est(data, func, alpha = 0.05, transf = c("identity", "exp", "expit"), ...)
jackiv.r(data, func, alpha = 0.05, transf = c("identity", "exp", "expit"), ...)
data |
Dataframe of raw data. |
func |
Function to estimate the effect measure. |
alpha |
Alpha used by percentile to give interval in
|
transf |
Type of conversion. Must be one of
|
... |
Other named arguments for |
Compute the confidence interval of effect measures using the jacknife method.
It uses the loo_cv
function from the rsample
package. The
jacknife
funciton from the resample
is not maintained anymore
and the author of resample
recommend using the rsample
package.
The output is transformed with inverse function when required. See section
9.3 of the book for more details.
Dataframe of estimates with confidence interval.
jack_run jack_ci effect_transf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.