Learn R Programming

discFA (version 1.0.1)

dfp: Discrete factor analysis with the Poisson distribution

Description

Discrete factor analysis with the Poisson distribution

Usage

dfp(y)

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

Arguments

y

Data, an n by d numeric matrix

Examples

Run this code
dfp(car_data[,2:9])

Run the code above in your browser using DataLab