PDMIFPROBIT {PDMIF}R Documentation

PDMIFPROBIT

Description

This function estimates heterogeneous probit panel data models with interactive effects.

Usage

PDMIFPROBIT(X, Y, Nfactors, Maxit = 100, tol = 0.001)

Arguments

X

The (NT) times p design matrix, without an intercept where N=number of individuals, T=length of time series, p=number of explanatory variables.

Y

The T times N panel of response where N=number of individuals, T=length of time series.

Nfactors

A pre-specified number of common factors.

Maxit

A maximum number of iterations in optimization. Default is 100.

tol

Tolerance level of convergence. Default is 0.001.

Value

A list with the following components:

References

Ando, T., Bai, J. and Li, K. (2021) Bayesian and maximum likelihood analysis of large-scale panel choice models with unobserved heterogeneity, Journal of Econometrics.

Examples

fit <- PDMIFPROBIT(data2X,data2Y,2,20,0.5)

[Package PDMIF version 0.1.0 Index]