aboutsummaryrefslogtreecommitdiff
path: root/R/lrtest.mkinfit.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-03-18 16:16:18 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-03-18 16:16:18 +0100
commit68eed166cbe10a5ee79f5b1139261dea98234b22 (patch)
tree466cd758998dc65909222596a77beafe52b3ccea /R/lrtest.mkinfit.R
parentccb9c63a93d202b5adea425ae2938c8705e866c9 (diff)
Clarify comment in example code
Diffstat (limited to 'R/lrtest.mkinfit.R')
-rw-r--r--R/lrtest.mkinfit.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/lrtest.mkinfit.R b/R/lrtest.mkinfit.R
index 0054ea88..c3f4d38e 100644
--- a/R/lrtest.mkinfit.R
+++ b/R/lrtest.mkinfit.R
@@ -37,7 +37,7 @@ lmtest::lrtest
#' #lrtest(dfop_fit, error_model = "tc")
#' #lrtest(dfop_fit, fixed_parms = c(k2 = 0))
#'
-#' # However, this equivalent syntax works for static help pages
+#' # However, this equivalent syntax also works for static help pages
#' lrtest(dfop_fit, update(dfop_fit, error_model = "tc"))
#' lrtest(dfop_fit, update(dfop_fit, fixed_parms = c(k2 = 0)))
#' }

Contact - Imprint