rob.ci: Function to compute bootstrap confidence intervals for robust...

Description Usage Arguments Value

View source: R/report_model.R

Description

Estimates confidence intervals for rlm models.

Usage

1
rob.ci(x, level = 0.95, maxit = 200, R = 2000)

Arguments

x

A rlm object

level

Confidence level for the interval

maxit

Maximum number of iterations per fit

R

Number of boostrap samples

Value

A matrix with bootstrap confidence intervals for each variable in the model


repmod documentation built on March 22, 2021, 5:08 p.m.

Related to rob.ci in repmod...