Two_Pass_Regression: Fama MacBeth Two-Pass Regression

View source: R/FamaMacBeth.R

Two_Pass_RegressionR 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 \insertCitecochrane2009asset;textualBayesianFactorZoo. 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 \insertCitecochrane2009asset;textualBayesianFactorZoo.

Value

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

  • lambda: Risk premia estimates in the OLS two-pass regression;

  • lambda_gls: Risk premia estimates in the GLS two-pass regression;

  • t_stat: The t-statistics of risk premia estimates in the OLS two-pass regression;

  • t_stat_gls: The t-statistics of risk premia estimates in the GLS two-pass regression;

  • R2_adj: Adjusted R2 in the OLS two-pass regression;

  • R2_adj_GLS: Adjusted R2 in the GLS two-pass regression.

References

\insertRef

cochrane2009assetBayesianFactorZoo


BayesianFactorZoo documentation built on Oct. 4, 2024, 5:11 p.m.