Hi R-users, I have a data from multi skew t and would like to transform each of the data to uniform data. I tried using 'pmst' but only got one output: > rr1 <- as.vector(r1);rr1 [1] 0.7207582 5.2250906 1.7422237 0.5677233 0.7473555 -0.6020626 -2.1947872 -1.1128313 -0.6587316 -1.1409261 > pmst(rr1, xi=rep(0,10), Omega=diag(10), alpha=rep(1,10), df=5) [1] 3.676525e-09 attr(,"error") [1] 3.878226e-11 attr(,"status") [1] "normal completion" I hope someone can help me with this.
[[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.