Learn R Programming

PANICr (version 0.0.0.2)

myols: Beta Coefficients for standard OLS

Description

Returns the Beta values for an Ordinary Least Squares.

Usage

myols(x,y)

Arguments

x
A NxT matrix of dependent variables.
y
A 1xT vector that is used as the independent variable.