From 31fd7412f46c9715962763d435cb0060ea420752 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Mon, 4 Nov 2019 17:21:04 +0100
Subject: Include fixed parameters in model names in lrtest
---
docs/reference/lrtest.mkinfit.html | 30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)
(limited to 'docs/reference/lrtest.mkinfit.html')
diff --git a/docs/reference/lrtest.mkinfit.html b/docs/reference/lrtest.mkinfit.html
index fae471fc..1d82eb74 100644
--- a/docs/reference/lrtest.mkinfit.html
+++ b/docs/reference/lrtest.mkinfit.html
@@ -73,7 +73,7 @@ and can be expressed by fixing the parameters of the other." />
mkin
- 0.9.49.6
+ 0.9.49.8
@@ -196,11 +196,29 @@ lower number of fitted parameters (null hypothesis).
#> 2 3 -63.954 -2 43.002 4.594e-10 ***
#> ---
#> Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1#> Likelihood ratio test
+#>
+#> Model 1: DFOP with error model tc
+#> Model 2: DFOP with error model const
+#> #Df LogLik Df Chisq Pr(>Chisq)
+#> 1 6 -34.587
+#> 2 5 -42.453 -1 15.731 7.302e-05 ***
+#> ---
+#> Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
#> Likelihood ratio test
+#>
+#> Model 1: DFOP with error model const
+#> Model 2: DFOP with error model const and fixed parameter(s) k2
+#> #Df LogLik Df Chisq Pr(>Chisq)
+#> 1 5 -42.453
+#> 2 4 -57.340 -1 29.776 4.851e-08 ***
+#> ---
+#> Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
# }