diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-03-30 19:17:13 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-03-30 19:17:13 +0200 |
commit | cfa1340c41fe77117c3c2481ddbb25579f196bdd (patch) | |
tree | 51bbf02b2b1db180c9eea1c9559ba0b7b538b5f8 /man/lrtest.mkinfit.Rd | |
parent | 68eed166cbe10a5ee79f5b1139261dea98234b22 (diff) |
Don't check for gcc on the path in mkinmod
Roxygen update -> formatting changes in Rd files
Diffstat (limited to 'man/lrtest.mkinfit.Rd')
-rw-r--r-- | man/lrtest.mkinfit.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/lrtest.mkinfit.Rd b/man/lrtest.mkinfit.Rd index 84d7bc99..8025b883 100644 --- a/man/lrtest.mkinfit.Rd +++ b/man/lrtest.mkinfit.Rd @@ -47,7 +47,7 @@ lrtest(sfo_fit, dfop_fit) #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))) } |