Post Your Answer
6 years ago in Data Simulation By Divya
Univariatevs multivariate data simulation in R language
I want to know about univariate data simulation and multivariate data simulation in R language. Please provide codes for the same. Thank you in advance!
All Answers (4 Answers In All)
By Raghav V Answered 6 years ago
In univariate data simulation there are huge number of theoretical distributions. However, these can be simulated using the R functions that are available without additional package. You can consider this example: the function ‘rnorm’ develops random deviates from normal distribution, given to standard and mean deviation.raghav
Reply to Raghav V
By Fathima M Answered 6 years ago
Reply to Fathima M
By Kriya Answered 6 years ago
https://stat.ethz.ch/R-manual/R-devel/library/MASS/html/mvrnorm.htmlhttps://little-book-of-r-for-multivariate-analysis.readthedocs.io/en/latest/src/multivariateanalysis.html
Reply to Kriya
Reply to Divya
Related Questions