# NOT RUN {
# Example 1:
# A correlation matrix representing three randomly correlated endpoints.
set.seed(1234)
rcm(nrow=3)
# Example 2:
# A correlation matrix representing five randomly correlated endpoints.
set.seed(5678)
rcm(ncol=5)
# }
Run the code above in your browser using DataLab