thankyou very much for answer. i want to calculate normal reduced variate of a 
matix consisting of 366 rows and 92 columns. how can i do that??
please reply if you know the answer..
eliza


> Subject: Re: [R] reduced variate in R
> From: pda...@gmail.com
> Date: Sun, 3 Jun 2012 19:11:55 +0200
> CC: r-help@r-project.org
> To: eliza_bo...@hotmail.com
> 
> 
> On Jun 3, 2012, at 17:57 , eliza botto wrote:
> 
> > 
> > Dear  R users,
> > is there a way in R to calculate normal reduced variate??
> 
> Yes. It depends on what you mean, though. AFAICT "reduced" is just what 
> others call "standard normal" (mean 0, variance 1), so rnorm(n, 0, 1) is one 
> answer; z <- (X - mu)/s is another.
> 
> 
> -- 
> Peter Dalgaard, Professor,
> Center for Statistics, Copenhagen Business School
> Solbjerg Plads 3, 2000 Frederiksberg, Denmark
> Phone: (+45)38153501
> Email: pd....@cbs.dk  Priv: pda...@gmail.com
> 
> 
> 
> 
> 
> 
> 
> 
                                          
        [[alternative HTML version deleted]]

______________________________________________
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