Skip to content

Commit 9b40278

Browse files
committed
Change Dev to Deviance
1 parent 1b5756c commit 9b40278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/test_likelihoodratio.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ test_likelihoodratio.ListNestedRegressions <- function(objects, estimator = "ML"
126126
p <- stats::pchisq(chi2, abs(dfs_diff), lower.tail = FALSE)
127127

128128
out <- data.frame(
129-
Dev = devs,
129+
Deviance = devs,
130130
df = dfs,
131131
df_diff = dfs_diff,
132132
Chi2 = chi2,

0 commit comments

Comments
 (0)