viewConfidenceIntervals {INSPEcT} | R Documentation |
A method to access the modeld confidence intervals computed via the method computeConfidenceIntervals
viewConfidenceIntervals(object, feature) ## S4 method for signature 'INSPEcT' viewConfidenceIntervals(object, feature)
object |
An object of class INSPEcT |
feature |
A character indicating the feature to retireve: "synthesis", "degradation", "processing". |
A numeric matrix containing the values for the selected feature
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds')) viewConfidenceIntervals(nascentInspObj10, 'synthesis')