powered by
Tidy Functions to make plotting easy
Absolute value of sigma scaled by the overall maximum absolute value
tidy_beta(obj)abs_sigma(sigma_df)
abs_sigma(sigma_df)
A Simrel Object
A tidy covariance data frame generated by tidy_sigma function
A tibble with three columns: Predictor, Response and BetaCoef
Another data.frame (tibble) of same dimension with absolute covarinace scaled by overall maximum absolute values
# NOT RUN { sobj <- multisimrel() beta_df <- tidy_beta(sobj) beta_df sobj <- multisimrel() sobj %>% cov_mat("zy") %>% tidy_sigma() %>% abs_sigma() # }
Run the code above in your browser using DataLab