Learn R Programming

psychmeta (version 0.2.4)

confint.lm_mat: Confidence interval method for objects of the class "lm_mat"

Description

Confidence interval method for objects of the class "lm_mat"

Usage

# S3 method for lm_mat
confint(object, parm, level = 0.95, ...)

Arguments

object

Object of class "lm_mat"

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.

level

Confidence level

...

further arguments passed to or from other methods.

Value

Lower and upper bounds of confidence intervals for regression coefficients.