Displaying 1 result from an estimated 1 matches for "diong".
Did you mean:
ding
2012 Dec 25
1
Sampling data without having infinite numbers after diong a transformation
Hello R-helpers..
I want to ask about how I can sample data sets without having the infinite numbers coming out. For example,
set.seed(1234)
a<-rnorm(15,0,1)
b<-rnorm(15,0,1)
c<-rnorm(15,0,1)
d<-rnorm(15,0,36)
After come out with the sample, I need to do a transformation (by Hoaglin, 1985) for each data set. Actually I need to measure the skewness and kurtosis, that's why I