viewConfidenceIntervals: Retrieve the modeled Confidence Intervals

Description Usage Arguments Value Examples

Description

A method to access the modeld confidence intervals computed via the method computeConfidenceIntervals

Usage

1
2
3
4
viewConfidenceIntervals(object, feature)

## S4 method for signature 'INSPEcT'
viewConfidenceIntervals(object, feature)

Arguments

object

An object of class INSPEcT

feature

A character indicating the feature to retireve: "synthesis", "degradation", "processing".

Value

A numeric matrix containing the values for the selected feature

Examples

1
2
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
viewConfidenceIntervals(nascentInspObj10, 'synthesis')

ste-depo/INSPEcT documentation built on Oct. 3, 2020, 9:14 p.m.