Age | Commit message (Collapse) | Author | Files | Lines |
|
Preparing for symbolic solutions for more than one compound
|
|
|
|
This was done to address the test failure on
r-devel-linux-x86_64-debian-gcc on CRAN
|
|
|
|
|
|
|
|
|
|
No idea why I had to do more assignments all of a sudden in test_nlme.R
|
|
|
|
|
|
|
|
- Added a section with platform specific notes on getting compiled
models to work to the compiled models article
- Don't return empty SFORB parameter list from endpoints() if there is no
SFORB model
- Avoid warnings when using standardized = TRUE in plot.mmkin()
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
The likelihood ratio test method is lrtest, in addition,
methods for update and residuals were added.
|
|
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
|
|
Static documentation rebuilt by pkgdown
|
|
|
|
|
|
in the hope that this makes plotting cross-platform also for this error
model
|
|
|
|
Especially on winbuilder (i386 and amd64)
|
|
Because on winbuilder obviously gcc was not found, so the Eigenvalue
based solution method was used, leading to a test failure when
comparing the summary, as the solution method is listed
|
|
|
|
Static documentation rebuilt by pkgdown
|
|
|
|
mkinfit objects now include an ll() function to calculate the
log-likelihood. Part of the code was refactored, hopefully making it
easier to read and maintain. IRLS is currently the default algorithm for
the error model "obs", for no particular reason. This may be subject
to change when I get around to investigate.
Slow tests are now in a separate subdirectory and will probably
only be run by my own Makefile target.
Formatting of test logs is improved.
Roundtripping error model parameters works with a precision of 10% when
we use lots of replicates in the synthetic data (see slow tests). This
is not new in this commit, but as I think it is reasonable this
closes #7.
|
|
generated with mkin < 0.9.49.5
|
|
|
|
|
|
One of the tests exceeded the number of iterations when using the
d_3 error model algorithm, so only use "direct" in this case.
|
|
The new algorithm tries direct optimization of the likelihood, as well
as a three step procedure. In this way, we consistently get the
model with the highest likelihood for SFO, DFOP and HS for all 12
new test datasets.
|
|
by plotting squared residuals against predicted values, and
showing the variance function used in the fitted error model.
Rebuild docs
|
|
Static documentation rebuilt by pkgdown
|
|
Now we have a three stage fitting process for
nonconstant error models:
- Unweighted least squares
- Only optimize the error model
- Optimize both
Static documentation rebuilt by pkgdown
|
|
- Improve control of the number of cores
- Reduce the precision of the correlation matrix in the test summary
output, as the exact results are platform dependent
|
|
- Also make it possible to specify initial values for error model
parameters.
- Run tests
- Rebuild docs
|
|
Remove skipped tests as I do not intend to reactivate them
|
|
- Write the NEWS
- Static documentation rebuilt by pkgdown
- Adapt mkinerrmin
- Fix (hopefully all) remaining problems in mkinfit
|
|
Static documentation rebuilt by pkgdown
|
|
|
|
|
|
Also:
- Change rounding in print.nafta
- Add dots argument to nafta()
- Use cores=1 in examples
- Restrict N in IORE model to values > 0
|
|
|