Skip to content

Commit

Permalink
Update test_pse.R
Browse files Browse the repository at this point in the history
  • Loading branch information
wwang93 authored Feb 19, 2024
1 parent 8d1482f commit 04586eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/test_pse.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_pse <- function(est_eff,
var_x <- sdx^2
var_y <- sdy^2
var_z <- sdz <- 1
df = n_obs - n_covariates - 3
df <- n_obs - n_covariates - 3

## error message if input is inappropriate
if (!(std_err > 0)) {stop("Did not run! Standard error needs
Expand Down

0 comments on commit 04586eb

Please sign in to comment.