boot_est | R Documentation |
Get estimate and CI using a function as input.
boot_est(
data,
func,
times = 1000,
alpha = 0.05,
seed = NULL,
transf = c("identity", "exp", "expit"),
terms = NULL,
...
)
data |
Dataframe of raw data. |
func |
Function applied to data by bootstrapping. |
times |
Number of bootstrap replicates. Default is 1000. |
alpha |
Alpha used by percentile to give interval in
|
seed |
Seed for random number generator. If |
transf |
Type of conversion. Must be one of
|
terms |
Character vector used to reorder the rows using the
|
... |
Other named arguments for |
Boostrap with a function and extra arguments as input. The function is called
statistic
to remain constant with boot::boot
.
Dataframe of estimates with confidence interval.
effect_transf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.