prepData {pcFactorStan} | R Documentation |
Transforms data into a form tailored for efficient evaluation by Stan
Description
Invokes filterGraph
and normalizeData
.
Vertex names, if not already factors, are converted to
factors. The number of thresholds per item is determined by the
largest absolute response value. Missing responses are filtered
out. Responses on the same pair of vertices on the same item are
grouped together. Within a vertex pair and item, responses
are ordered from negative to positive.
Usage
prepData(df)
Arguments
df |
a data frame with pairs of vertices given in columns |
Value
a data list suitable for passing as the data
argument to pcStan
or stan
See Also
Other data preppers:
prepCleanData()
,
prepFactorModel()
,
prepSingleFactorModel()
Examples
df <- prepData(phyActFlowPropensity)
str(df)
[Package pcFactorStan version 1.5.4 Index]