Rdocumentation
powered by
Learn R Programming
PANICr (version 1.0.0)
myols: Beta Coefficients for standard OLS
Description
Returns the Beta values for an Ordinary Least Squares.
Usage
myols(x,y)
Arguments
x
A matrix of dependent variables.
y
A vector that is used as the independent variable.