aboutsummaryrefslogtreecommitdiff
path: root/R/confint.mkinfit.R
AgeCommit message (Collapse)AuthorFilesLines
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