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

View source: R/report_model.R

rob.ciR Documentation

Function to compute bootstrap confidence intervals for robust linear regression models

Description

Estimates confidence intervals for rlm models.

Usage

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


David-Hervas/repmod documentation built on Feb. 3, 2025, 11:38 a.m.