[R] Deviation standard & variance

Jessica Streicher j.streicher at micromata.de
Tue Nov 20 20:41:35 CET 2012


Anyway, need to go home. If you really only want to plot the values of all variables, and its for some reason not important what value belongs to what exact variable:

plot(variances,ylim=range(variances,sdevs)) # black circles
points(sdevs,col=2,pch=3) #red crosses

On 20.11.2012, at 19:32, Elli wrote:

> I have a data set consisting of 364 variables and I need to graph the
> standard deviation and variance of each variable as only the function sd ()
> or var () is not enough. And I want to know how I can graph this?
> 
> 
> 
> --
> View this message in context: http://r.789695.n4.nabble.com/Deviation-standard-variance-tp4650181p4650198.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.




More information about the R-help mailing list