confint.mbm: Confidence intervals for MBM models

Description Usage Arguments Value

View source: R/confint_mbm.r

Description

Confidence intervals for MBM models

Usage

1
2
3
## S3 method for class 'mbm'
confint(x, parm = "fits", level = 0.95,
  method = c("parametric", "sample"))

Arguments

parm

Specification of what parameters to consider. Currently, only 'fits' is supported; this produces confidence intervals for the predictions of the original data.

level

Confidence level required

method

How to compute confidence interval. The default uses a parametric estimate; this is the only method currently implemented.

object

An MBM object

Value

A matrix with upper and lower confidence limits


mtalluto/mbm documentation built on Aug. 13, 2019, 9:43 a.m.