Displaying 1 result from an estimated 1 matches for "simpleol".
Did you mean:
simpleols
2012 Mar 21
0
How to create a function for a self created class.
Hi,
I need to create a method for a class named 'simpleOLS' which I have created
that will compute the coefficients of predictors.
Here is my code:
#-----------------------------------------------------------------------------------------------------------------------------------------------------------
setClass("simpleOLS", representa...