Hello If i want to resample from the lower tail of normal distribution , are these commands equivelant?? lower tail :qnorm(runif(n,0,pnorm(a))) if a is a lower tail bound or lower tail:qnorm(p*runif(n)) if p is the probability of each interval(the observations are divided to intervals) Regards
[[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.