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 <maxz...@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 ______________________________________________ R-help@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.