I just installed R on my computer but I have greatly reduced functionality. For instance, when I import a data set, I cannot do anything to it: number summaries, any means tests, variance, etc. Literally all of the options that should be there are not. Can anyone help? I am so lost! -- View this message in context: http://r.789695.n4.nabble.com/Having-problems-with-doing-anything-with-my-data-sets-tp4675292.html Sent from the R help mailing list archive at Nabble.com.
Sarah Goslee
2013-Sep-03 19:02 UTC
[R] Having problems with doing anything with my data sets
Hi, Unless you've installed some sort of add-on GUI, R is a command-line-driven environment. Once you've imported your dataset (with read.table most commonly, but you don't give us enough information to know what you're doing), then an entire universe of commands is open to you, like summary(mydata) colMeans(mydata) and so on. It sounds like you need to read the intro to R that came with your installation, put together a reproducible example, and get back to us with a clearer description of your problem. Sarah On Tue, Sep 3, 2013 at 2:49 PM, maxzakh <maxzakh at ucdavis.edu> wrote:> I just installed R on my computer but I have greatly reduced functionality. > For instance, when I import a data set, I cannot do anything to it: number > summaries, any means tests, variance, etc. Literally all of the options that > should be there are not. > Can anyone help? I am so lost! > >-- Sarah Goslee http://www.functionaldiversity.org
Roy Mendelssohn - NOAA Federal
2013-Sep-03 19:15 UTC
[R] Having problems with doing anything with my data sets
Hi: I know that it is frustrating when something like what you describe occurs, but realize that it is also frustrating for anyone on the list to try and help you, because there is no information to go on. What would help is information like: 1. Your OS and version 2. How you did the install. 3. How you imported the data and how you know the data was successfully imported (for example did you try a dataset that comes with R). 4. The actual commands given and the error messages The usual "read the post guide" applies, but knowing how you did the install would likely help in this case, -Roy M. On Sep 3, 2013, at 11:49 AM, maxzakh <maxzakh at ucdavis.edu> wrote:> I just installed R on my computer but I have greatly reduced functionality. > For instance, when I import a data set, I cannot do anything to it: number > summaries, any means tests, variance, etc. Literally all of the options that > should be there are not. > Can anyone help? I am so lost! > > > > -- > View this message in context: http://r.789695.n4.nabble.com/Having-problems-with-doing-anything-with-my-data-sets-tp4675292.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.********************** "The contents of this message do not reflect any position of the U.S. Government or NOAA." ********************** Roy Mendelssohn Supervisory Operations Research Analyst NOAA/NMFS Environmental Research Division Southwest Fisheries Science Center 1352 Lighthouse Avenue Pacific Grove, CA 93950-2097 e-mail: Roy.Mendelssohn at noaa.gov (Note new e-mail address) voice: (831)-648-9029 fax: (831)-648-8440 www: http://www.pfeg.noaa.gov/ "Old age and treachery will overcome youth and skill." "From those who have been given much, much will be expected" "the arc of the moral universe is long, but it bends toward justice" -MLK Jr.