# --- Example 1: Generate two random R with positive rij ----
R = Rplus(Seed = 123,
NVar = 6,
rdist = "F",
param1 = 2.5,
param2 = 25,
s = .8)$R
R |> round(2)
R = Rplus(Seed = 456,
NVar = 6,
rdist = "F",
param1 = 2.5,
param2 = 25,
s = .8)$R
R |> round(2)
Run the code above in your browser using DataLab