aboutsummaryrefslogtreecommitdiff
path: root/R/confint.mkinfit.R
AgeCommit message (Collapse)AuthorFilesLines
2021-02-04Documentation improvements, mainly fixing example codeJohannes Ranke1-4/+4
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.
2020-05-26Use all cores per default, confint toleranceJohannes Ranke1-39/+47
Also, use more intelligent starting values for the variance of the random effects for saemix. While this does not appear to speed up the convergence, it shows where this variance is greatly reduced by using mixed-effects models as opposed to the separate independent fits.
2019-11-04Include fixed parameters in model names in lrtestJohannes Ranke1-4/+4
2019-11-01Another documentation fixJohannes Ranke1-3/+2
2019-11-01Make the 'quadratic' the default for 'confint'Johannes Ranke1-29/+35
Also the documentation was improved here and there
2019-10-31Add likelihood ratio test and other methods, fixesJohannes Ranke1-1/+2
The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added.
2019-10-29Return single parameters correctly from confintJohannes Ranke1-11/+15
Static documentation rebuilt by pkgdown
2019-10-28Parallel computation for confidence intervalsJohannes Ranke1-18/+82
Only on Linux at the moment. Some more examples in the help page. Remove the distribution argument for the quadratic method
2019-10-28Improve formattingJohannes Ranke1-0/+1
2019-10-28Fix the cutoff for likelihood based intervalsJohannes Ranke1-4/+16
The cutoff now matches what is given by Venzon and Moolgavkar (1988). Also, confidence intervals closely match intervals obtained with stats4::confint in the test case where an stats4::mle object is created from the likelihood function in one test case. Static documentation rebuilt by pkgdown
2019-10-26Fix checks and testsJohannes Ranke1-1/+3
Static documentation rebuilt by pkgdown
2019-10-26Address some check and test failuresJohannes Ranke1-0/+2
2019-10-26parms and confint methodsJohannes Ranke1-0/+139
The confint method can do profile likelihood based confidence intervals!

Contact - Imprint