Displaying 1 result from an estimated 1 matches for "2adj".
Did you mean:
2ad1
2007 Apr 20
3
How to return more than one variable from function
Dera R users,
I have written a function which computes variance, sd,
r^2, R^2adj etc. But i am not able to return all of
them in return statement.
So how to return more than one variable from
function. In C i used to return by pointers etc. is
there any way like that.
Thanks in advance.