aboutsummaryrefslogtreecommitdiff
path: root/R
AgeCommit message (Collapse)AuthorFilesLines
2020-11-06Fast analytical solutions for saemix, update.mmkinJohannes Ranke5-111/+215
Also, use logit transformation for g and for solitary formation fractions, addressing #10.
2020-11-05Fix mean_degparms() if only one optimised parameterJohannes Ranke1-5/+7
2020-11-05Fix link and update docsJohannes Ranke1-2/+2
2020-11-04Revert to use starting values for random effects in nlme.mmkinJohannes Ranke1-1/+1
2020-11-04Update dynamic docsJohannes Ranke1-5/+6
2020-11-04Deprecate cores > 1 in saemix_modelJohannes Ranke1-3/+5
2020-11-03Do not test residuals per default, improve nlme.mmkinJohannes Ranke2-7/+11
Do not give starting values for random effects in nlme.mmkin.
2020-10-27Add summary method for nlme.mmkin objectsJohannes Ranke4-21/+285
Improve and update docs
2020-10-26Put the legend in its own area for plot.nlme.mmkinJohannes Ranke3-20/+34
2020-10-26Fix another bug in plot.nlme.mmkinJohannes Ranke1-1/+2
2020-10-26Fix a bug in plot.nlme.mmkinJohannes Ranke1-1/+3
2020-10-24Fix a bug for nlme with parent only, improve examplesJohannes Ranke2-32/+10
2020-10-24Improve plot layoutJohannes Ranke1-33/+13
2020-10-24Plot method for nlme.mmkin objectsJohannes Ranke3-83/+196
Update docs
2020-10-24Printing method for mmkin objectsJohannes Ranke2-8/+51
2020-10-22Really fix check for nlme::varConstPropJohannes Ranke1-1/+2
And add output for nlme fit translating the mkinfit error model "obs" into nlme::varIdent().
2020-10-22Improve interface to experimental version of nlmeJohannes Ranke3-11/+86
The experimental nlme version in my drat repository contains the variance function structure varConstProp which makes it possible to use the two-component error model in generalized nonlinear models using nlme::gnls() and in mixed effects models using nlme::nlme().
2020-10-15More gentle example for saemix with combined error modelJohannes Ranke1-1/+2
2020-10-15Don't run saemix examples on travis for nowJohannes Ranke1-1/+2
2020-10-15Updating docs of current dev versionJohannes Ranke1-1/+41
2020-10-15Reintroduce saemix helper functionsJohannes Ranke1-0/+134
2020-10-08Fix issues for releaseJohannes Ranke1-12/+12
2020-10-08Avoid dep on dev version of saemix for releaseJohannes Ranke1-134/+0
2020-09-01Merge branch 'master' of kolab.jrwb.de:mkinJohannes Ranke1-29/+0
2020-09-01Back-calculated DT50 values for biphasic modelsJohannes Ranke1-1/+10
2020-07-20Require upcoming nlme version, remove anova.nlme.mmkinJohannes Ranke1-29/+0
The method is no longer necessary, now that Bug 17761 is fixed upstream https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17761
2020-07-17mkinfit: Ignore unused components of state.iniJohannes Ranke1-1/+2
2020-07-15Improve testsJohannes Ranke1-1/+1
- Reduce significant digits for the objective function output in mkinfit(..., quiet = FALSE) as R and R-devel gave different output on my system - Add makefile target 'devtest' for testing with R-devel, in order to fix problems showing up with R-devel on Travis
2020-07-15Improve handling of (partially) failing fitsJohannes Ranke2-22/+29
2020-07-15Use try() within mmkinJohannes Ranke1-1/+1
This keeps mmkin from stopping if one of the fits fails. Instead, a try-error is assigned to the respective position in the mmkin object.
2020-06-15Fix a bug, update for current vdiffrJohannes Ranke2-83/+1
Vignette FOCUS_L failed as I had introduced a bug in the handling of warnings. Current vdiffr only runs visual tests if R < 4.1.0, skipping r-devel for now, see https://github.com/r-lib/vdiffr/commit/630a29d013361fd63fea242f531e2db6aef37919
2020-05-29Improve handling of warnings, reorganize testsJohannes Ranke3-14/+111
2020-05-29Warn if standardized residuals are unlikely normalJohannes Ranke2-46/+59
This revealed a bug in the data returned in mkinfit$data in the case of the d_3 algorithm, which also affected the residual plot - the data from the direct fitting was not returned even if this was the better method.
2020-05-28use_of_ff = "max" for shorthand models like "SFO"Johannes Ranke1-1/+1
2020-05-27Improve mkinmod docsJohannes Ranke1-26/+39
2020-05-26Use all cores per default, confint toleranceJohannes Ranke5-50/+78
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.
2020-05-25Tell travis where to find the required saemix versionJohannes Ranke1-6/+5
2020-05-25First working version of saemix helper functionsJohannes Ranke1-0/+118
saemix_data depends on a development version of saemix, see pull request saemixdevelopment/saemixextension#2
2020-05-18Add commentJohannes Ranke1-1/+2
2020-05-15Improve docsJohannes Ranke1-16/+14
2020-05-15Use markdown links in mkinfit documentationJohannes Ranke1-24/+24
2020-05-14Update version number, better example formattingJohannes Ranke1-13/+15
2020-05-14Add a parms method for mmkin objectsJohannes Ranke1-2/+32
2020-05-14Test markdown link, article update due to .rmd extensionJohannes Ranke1-1/+1
2020-05-12Another documentation updateJohannes Ranke1-9/+8
2020-05-12Update vignettes and docsJohannes Ranke1-1/+0
2020-05-12Improve documentation, now using a spell checkerJohannes Ranke6-6/+6
2020-05-12Documentation improvements, rebuild static docsJohannes Ranke2-4/+13
2020-05-11Add analytical solution for DFOP-SFOJohannes Ranke1-1/+23
This is about twice as fast as deSolve compiled in the case of FOCUS D
2020-05-11Analytical solutions for all SFO variantsJohannes Ranke2-15/+48

Contact - Imprint