confint.artlm: Confidence Intervals for Linear ART Parameters

View source: R/artlm.R

confint.artlmR Documentation

Confidence Intervals for Linear ART Parameters

Description

Confidence Intervals for Linear ART Parameters

Usage

## S3 method for class 'artlm'
confint(object, parm, nrg = 10000, level = 0.95)

Arguments

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

nrg

an integer that represents the number of random permutations to calculate when there are more than 10 groups. Defaults to 10,000.

level

the confidence level required. Defaults to 95%

an

object of class "artlm", usually, a result of a call to artlm().

Value

A matrix (or vector) with columns giving lower and upper confidence limits for each parameter. These will be labeled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5% and 97.5%).


mwt/rART documentation built on June 16, 2022, 1:39 a.m.