data(twinData)
# note: this example is here to remind us why scaling independently for each
# twin would be very bad! Use umx_scale_wide_twin_data() instead!
df = umx_scale(twinData, varsToScale = c("wt1", "wt2"))
df = umx_scale(twinData, attr= TRUE)
plot(wt1 ~ wt2, data = df)
Run the code above in your browser using DataLab