Skip to content

Commit

Permalink
Update test_pse.R
Browse files Browse the repository at this point in the history
  • Loading branch information
JihoonChoi26 committed May 14, 2024
1 parent 961656e commit e046193
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion R/test_pse.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,15 @@ test_pse <- function(est_eff,
"correlation between Y and CV conditional on Z" = rycvGz,
"correlation between X and CV" = rxcv,
"correlation between Y and CV" = rycv,
"covariance matrix" = cov_pse,
"covariance matrix" = cov_pse,
"txyGz" = tyxGz,
"ryxGz" = ryxGz,
"ryz and rzy" = ryz,
"rxz and rzx" = rxz,
"rxy and ryx" = rxy,
"thr" = thr,
"sdz" = sdz,
"rcvz" = rcvz,
"Table" = fTable)
return(output)
}
Expand Down

0 comments on commit e046193

Please sign in to comment.