-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Joel Bremson
Sent: Thursday, August 25, 2005 4:03 PM
To: r-help at stat.math.ethz.ch
Subject: [R] S3 class question
Hi,
I have a class called "spss" containing prepared info from an
SPSS file.
...
class(ret) = "spss"
return(ret)
The function that returns this defined in a file that I source into R.
Also in that file is a function matSummary.spss.
I think I ought to be able to call
to run the function, but only
will work.
What am I doing wrong here? This seems like a simple problem
yet I've been able to find nothing in the archives about this.
Joel
--
Joel Bremson
Graduate Student
Institute for Transportation Studies - UC Davis
http://etrans.blogspot.com
[[alternative HTML version deleted]]