[R] How to import file from excle?
Uwe Ligges
ligges at statistik.uni-dortmund.de
Tue May 11 11:27:29 CEST 2004
may nongmay wrote:
> Hi R-help
>
> I have some question.
> First I have data in Excle ,then I would like to fit distribution
> from this data, how to import this data from excle? What's command?
There is an "R Import/Export manual". Please read it.
> Thaks for first answer
>
> Second
>
> I learn R program from The Basics of S and S-plus book because it's basic,
> and then when I use command is attact(geyser) [follow from book] but I
> can't .
> Because it's command only S (i think some command can't use in R???)
help.search("geyser") and reviewing the help files for the multiple hits
tells you: the data "geyser" you are looking for is available in package
MASS:
library("MASS")
data("geyser")
attach(geyser)
Uwe Ligges
> Thanks
>
> Best regards
> Mathinee
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list