Estimate confidence intervals for model parameters using permutation testing.
perm_ci(x, X, nperm, ...)
A list containing the estimated lower and upper bounds of the confidence intervals for model parameters.
A model fit object.
The original data matrix used to fit the model.
The number of permutations to perform for the confidence interval estimation.
Additional arguments to be passed to the specific model implementation of perm_ci
.