confint.betamc {betaMC}R Documentation

Confidence Intervals Method for an Object of Class betamc

Description

Confidence Intervals Method for an Object of Class betamc

Usage

## S3 method for class 'betamc'
confint(object, parm = NULL, level = 0.95, ...)

Arguments

object

Object of Class betamc, that is, the output of the BetaMC(), RSqMC(), SCorMC(), DeltaRSqMC(), PCorMC(), or DiffBetaMC() functions.

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

the confidence level required.

...

additional arguments.

Value

Returns a matrix of confidence intervals.

Author(s)

Ivan Jacob Agaloos Pesigan


[Package betaMC version 1.3.2 Index]