diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-03-30 14:03:51 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-03-30 14:03:51 +0200 |
commit | 405cde11f9f26fcab0742e84c110cf3dcb2a4c1f (patch) | |
tree | c00c880d74676581fcbaa2d9aa7fb4c739f79b18 /man/lrtest.mkinfit.Rd | |
parent | 6263a53ef24ff0c06e5f4a869a987f41f361bc58 (diff) |
First nlme fits for models with a metabolite
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))) } |