Skip to main content
Skip table of contents

getEstimatedConfidenceIntervals

Get the confidence interval of population parameters computed either by all the Fisher methods used during the last scenario run or by the specific one passed in argument.
WARNING: The standard errors cannot be accessible until the Fisher algorithm has been launched once.
Existing Fisher methods :

Fisher by Linearization"linearization"
Fisher by Stochastic Approximation"stochasticApproximation"

WARNING: Only the methods which have been used during the last scenario run can provide results.

Usage

R
getEstimatedConfidenceIntervals(method = "", withValuesByGroups = FALSE)

Arguments

method

[optional](character) Fisher method whose results should be displayed. If this field is not specified, the results provided by all the methods used during the last scenario run are retrieved

withValuesByGroups

[optional](logical) if this option is TRUE, confidence intervals of typical parameters having categorical covariate effects are given for each category.

Value

A list associating each retrieved Fisher algorithm method to a data frame containing the confidence interval with 2.5 and 97.5 as bounds.

Examples

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.