Displaying 1 result from an estimated 1 matches for "result_object".
2001 Jul 03
0
R-intro suggestions part II (PR#1011)
...ed and prodded" with other methods.
If a linear regression is calculated, for example:
resultObject <- lm(y~x)
the return value is an object. But, unlike other object-oriented
languages, in R one would write summary(resultObject), or
coefficients(resultObject), rather than the Java style
result_object.summary() or some such thing, in order to investigate the
result.
Paul E. Johnson
Political Science
University of Kansas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info&q...