Description Usage Arguments Value See Also
estimate_ estimates a specified model for a "slice" (cross-section)
of the data.
1  | estimate_(model, .data, .date)
 | 
model | 
 A list specifying the model. E.g., x and y fields should contain rhs and lhs of the model.  | 
.data | 
 A data frame: the data on which the model is estimated.
These data is assumed to be a "slice" of the full data for
date   | 
.date | 
 Date corresponding to the "slice" of the data.  | 
A list with the fit of the model.
The fit does not include the data itself
because the function is intended to work with relatively big data.
aggregate_ should be able to work with this list on
the second stage of the Fama-MacBeth regression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.