[R] reduced variate in R
    peter dalgaard 
    pdalgd at gmail.com
       
    Sun Jun  3 19:11:55 CEST 2012
    
    
  
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.mes at cbs.dk  Priv: PDalgd at gmail.com
    
    
More information about the R-help
mailing list