Learn R Programming

lsdv (version 1.0)

fixed: Fixed effect panel data regression

Description

Fit a least square dummy variable regression model.

Usage

fixed(x, ...)

Arguments

x
a numeric design matrix for the model.
...
not used

Value

  • coefficientsa named vector of coefficients
  • vcovcovariance matrix of coefficients
  • fitted.valuesfitted values
  • residualsresiduals

Examples

Run this code
function(x,...)
{UseMethod("fixed") }

Run the code above in your browser using DataLab