aboutsummaryrefslogtreecommitdiff
path: root/R/logLik.mkinfit.R
AgeCommit message (Collapse)AuthorFilesLines
2022-11-18Improve logLik.mkinfit to attach nobs attributeJohannes Ranke1-0/+1
The lack of that attribute lead to a failure to calculate the BIC in test_AIC.R on R-devel from yesterday.
2021-02-04Documentation improvements, mainly fixing example codeJohannes Ranke1-3/+3
The errors in the example code were in the \dontrun sections, so they were not caught by CRAN checks. In addition, the static help files generated with pkgdown were cached, so I noticed the errors only after completely regenerating the documentation for version 1.0.0.
2019-11-09Add a lack-of-fit testJohannes Ranke1-5/+6
- Switch an example dataset in the test setup to a dataset with replicates, adapt tests - Skip the test for lrtest with an update specification as it does not only fail when pkgdown generates static help pages, but also in testthat
2019-10-31Add likelihood ratio test and other methods, fixesJohannes Ranke1-4/+5
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added.
2019-10-25Use roxygen for functions and methodsJohannes Ranke1-18/+34
2019-04-08Remove zero observations, adapt logLikJohannes Ranke1-24/+4
Zero observations at time zero made fitting the two-component error model fail. A concentration of exactly zero does not make sense anyways, as we generally have a limit of detection
2018-11-26Support logLik and AIC for manual weightsJohannes Ranke1-2/+11
Static documentation rebuilt by pkgdown
2018-11-23Add logLik method to enable AIC() on mkinfit modelsJohannes Ranke1-0/+35
Further relax two tests to pass build on Travis

Contact - Imprint