Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Also, use .rmd extension instead of .Rmd for vignettes.
|
|
|
|
|
|
also for deSolve and eigenvalue based solutions. This noticeably increases
performance for these methods, see test.log and benchmark vignette.
|
|
|
|
Use lazy = TRUE in the pd target for generating pkgdown documentation
|
|
to check if the link to the pfm package is correctly generated by
pkgdown after preparing the pfm package docs accordingly
|
|
Static documentation rebuilt by pkgdown
|
|
Static documentation rebuilt by pkgdown
|
|
- Reconcile docs and code for max_twa_parent
- Correct links to docs in twa vignette
- Static documentation rebuilt by pkgdown
|
|
Address winbuilder check problems, update check log, update of static docs
|
|
|
|
Static documentation rebuilt by pkgdown
|
|
Static documentation rebuilt by pkgdown
|
|
|
|
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
|
|
- Fix the respective error in the code
- 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
|
|
from vignettes/mkin.Rmd
Static documentation rebuilt by pkgdown
|
|
- Skip long running tests on CRAN as well to avoid timeout on winbuilder
- Don't install benchmark results in the package, they are only needed
in the git repository
- Don't run example in man/add_err.Rd as it takes > 10 s on winbuilder
- Rebuild docs
|
|
- Also make it possible to specify initial values for error model
parameters.
- Run tests
- Rebuild docs
|
|
- Write the NEWS
- Static documentation rebuilt by pkgdown
- Adapt mkinerrmin
- Fix (hopefully all) remaining problems in mkinfit
|