jack_run | R Documentation |
Estimate of effect measure and CI With jacknife (LOO).
jack_run(data, func, alpha = 0.05, ...)
data |
Dataframe of raw data. |
func |
Function to estimate the effect measure. |
alpha |
Alpha used by percentile to give interval in
|
... |
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.
Dataframe of estimates with confidence interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.