Learn R Programming

pcFactorStan (version 1.5.4)

parInterval: 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)

Value

A data.frame with the following columns:

L

Lower quantile

M

Median

U

Upper quantile

label

nameVec

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

See Also

Other data extractor: parDistributionCustom(), responseCurve()

Examples

Run this code
 vignette('manual', 'pcFactorStan') 

Run the code above in your browser using DataLab