parInterval: Produce data suitable for plotting parameter estimates

View source: R/fit.R

parIntervalR Documentation

Produce data suitable for plotting parameter estimates

Description

Produce data suitable for plotting parameter estimates

Usage

parInterval(fit, pars, nameVec, label = withoutIndex(pars[1]), width = 0.8)

Arguments

fit

a stanfit object

pars

a vector of parameter names

nameVec

a vector of explanatory parameters names

label

column name for nameVec

width

a width in probability units for the uncertainty interval

Value

A data.frame with the following columns:

L

Lower quantile

M

Median

U

Upper quantile

label

nameVec

See Also

Other data extractor: parDistributionCustom(), responseCurve()

Examples

 vignette('manual', 'pcFactorStan') 

pcFactorStan documentation built on Sept. 14, 2023, 1:09 a.m.