confint.rtsFit {rts2}R Documentation

Fixed effect confidence intervals for a rtsFit object

Description

Returns the computed confidence intervals for a rtsFit object.

Usage

## S3 method for class 'rtsFit'
confint(object, ...)

Arguments

object

A rtsFit object.

...

Further arguments passed from other methods

Value

A matrix (or vector) with columns giving lower and upper confidence limits for each parameter.


[Package rts2 version 0.7.5 Index]