Age | Commit message (Collapse) | Author | Files | Lines |
|
mkinfit: Do not error out in cases where the fit converges, but the
Jacobian for the untransformed model cost can not be estimated. Give a
warning instead and return NA for the t-test results.
summary.mkinfit: Give a warning message when the covariance matrix can
not be obtained.
A test has been added to containing such an edge case to check that
the warnings are correctly issued and the fit does not terminate.
|
|
|
|
|
|
|
|
|
|
The new tests are based on the results documented in the expertise
I wrote for the UBA (currently unpublished).
|
|
While this was OK on my local windows machine, the test failed on
winbuilder
|
|
|
|
|
|
Testing the package on winbuilder shows that the Port algorithm
does not converge on Windows with this combination, which is
not a problem as the FOMC model is not appropriate for the dataset
anyways.
|
|
|
|
|
|
See NEWS.md for details
|
|
- Add a .Rbuildignore file
- Clean up unit tests a bit
- Test the gwidgets notebook from the knitr demo
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@150 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
|
|
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
|
|
Some functionality is still missing (chi2), some may never be implemented
(FOMC model), but in general it is much more powerful than kinfit, owing
to the powerful FME package.
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@8 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
|