We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216b4f2 commit 9ca19f3Copy full SHA for 9ca19f3
lpme/R/lpme_S3.R
@@ -17,7 +17,7 @@ print.lpme_onerun <- function(x, ...) {
17
cat("Single-Run LPME Results\n")
18
cat("-----------------------\n")
19
cat(sprintf("Uncorrected Coefficient (OLS): %.3f (SE: %.3f)\n", x$ols_coef, x$ols_se))
20
- cat(sprintf("Corrected Coefficient: %.3f (SE: %.3f)\n", x$ols_coef, x$ols_se))
+ cat(sprintf("Corrected Coefficient: %.3f (SE: %.3f)\n", x$corrected_ols_coef, x$corrected_ols_se))
21
cat("Use summary() for detailed results.\n")
22
}
23
0 commit comments