Replying to post on Nabble:

so, basically first you need these values for each variable, yes?

m<-data.frame(a=1:3,b=4:6,c=7:9)
variances<-sapply(m,var)
sdevs<-sapply(m,sd)

but i still don't know what you want to show. Just plot the values per 
variable? That won't be properly visible in just one plot with hundreds of 
variables.
some kind of distribution maybe, like how likely some value of variance is?
do you have an example of what it should look like?

Whats the purpose of plotting it?


On 20.11.2012, at 19:22, Jessica Streicher wrote:

> At least for me this is not enough information to go on Elli.
> 
> What exactly is the problem? Can you post example data?
> 
> On 20.11.2012, at 18:39, Elli wrote:
> 
>> How I can plot the standard deviation and variance separately or is there a
>> graph where I can show the two?
>> 
>> 
>> 
>> --
>> View this message in context: 
>> http://r.789695.n4.nabble.com/Deviation-standard-variance-tp4650181.html
>> Sent from the R help mailing list archive at Nabble.com.
>> 
>> ______________________________________________
>> 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.
> 
> ______________________________________________
> 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.

______________________________________________
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.

Reply via email to