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

______________________________________________
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