Two_Pass_Regression {BayesianFactorZoo}R Documentation

Fama MacBeth Two-Pass Regression

Description

This function provides the frequentist Fama-MacBeth Two-Pass Regression.

Usage

Two_Pass_Regression(f, R)

Arguments

f

A matrix of factors with dimension t \times k, where k is the number of factors and t is the number of periods;

R

A matrix of test assets with dimension t \times N, where t is the number of periods and N is the number of test assets;

Details

See Chapter 12.2 in Cochrane (2009). t_stat and t_stat_gls are t-statistics of OLS and GLS risk premia estimates based on the asymptotic standard errors in equation (12.19) in Cochrane (2009).

Value

The return of Two_Pass_Regression is a list of the following elements:

References

Cochrane J (2009). Asset pricing: Revised edition. Princeton University Press.


[Package BayesianFactorZoo version 0.0.0.2 Index]