dfp {discFA} | R Documentation |
Discrete factor analysis with the Poisson distribution
Description
Discrete factor analysis with the Poisson distribution
Usage
dfp(y)
Arguments
y |
Data, an n by d numeric matrix |
Value
A list with entries
AIC |
AIC value for the optimal model |
indexmat |
Factors and variables in each factor |
estlambda |
Estimated parameters for factors |
estmu |
Estimated parameters for each variable within each factor |
Examples
dfp(car_data[,2:9])
[Package discFA version 1.0.1 Index]