perm_ci {multivarious} | R Documentation |
Permutation Confidence Intervals
Description
Estimate confidence intervals for model parameters using permutation testing.
Usage
perm_ci(x, X, nperm, ...)
Arguments
x |
A model fit object. |
X |
The original data matrix used to fit the model. |
nperm |
The number of permutations to perform for the confidence interval estimation. |
... |
Additional arguments to be passed to the specific model implementation of |
Value
A list containing the estimated lower and upper bounds of the confidence intervals for model parameters.
[Package multivarious version 0.2.0 Index]