aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30Complete rebuild of static docs of dev versionJohannes Ranke117-2652/+949
2020-11-27Update static docsJohannes Ranke4-6/+7
2020-11-19Depend on parallel, doc improvementsJohannes Ranke132-1357/+3369
By depending on parallel instead of importing it, functions to set up and stop a cluster are always available when mkin is loaded. The use of multicore processing in mmkin on Windows is now documented in the help file, which brings mkin closer to a version 1.0 #9.
2020-11-11Update static docsJohannes Ranke6-264/+297
2020-11-11Add print and plot calls to the saem example codeJohannes Ranke12-60/+102
2020-11-10Digits for summary methods, print.saem.mmkinJohannes Ranke5-61/+76
2020-11-09saemix.mmkin and nlme.mmkin inherit from mixed.mmkinJohannes Ranke16-60/+375
With a plot method. The class mixed.mmkin is currently only a virtual class created to unify the plotting method.
2020-11-09Merge plot methods for nlme.mmkin and saem.mmkinJohannes Ranke12-23/+557
This avoids code duplication
2020-11-09Add plot method for saem.mmkin objectsJohannes Ranke9-9/+320
2020-11-09Remove outdated doc pageJohannes Ranke1-1202/+0
2020-11-09Doc improvementsJohannes Ranke2-6/+7
2020-11-09Some work on example code, pkgdown updateJohannes Ranke10-178/+389
2020-11-09Custom analytical solutions for saemixJohannes Ranke3-23/+59
Currently SFO-SFO and DFOP-SFO. Speed increase factor about 60
2020-11-08The call to saemix.predict fails with DFOP-SFOJohannes Ranke3-3/+3
2020-11-08Update static docsJohannes Ranke7-24/+482
2020-11-07Update static docs for dev versionJohannes Ranke9-121/+450
2020-11-07Create saem generic for fitting saemix modelsJohannes Ranke2-2/+2
The reasons for this decision were - Creating an saemix generic in the saemix package caused problems with roxygen, because functions like saemix.plot.xy were documented in their help files as S3 methods, although explicitly exported with @export - Creating an saemix generic in this package is possible, but would make it necessary to load samix with exclude = "saemix" in order to avoid overwriting the generic when loading saemix. - The return object of such an saemix generic in this package cannot be an S3 class with class attribute c("saemix.mmkin", "SaemixObject") similar to nlme.mmkin, as saemix returns an S4 class. - Extending the S4 class SaemixObject using simple inheritance to a class SaemixMmkinObject with additional slots did not work as expected. When the initialize method was left untouched, it prevented creation of an SaemixMmkinObject even if it was based on an initialised SaemixObject, as the initialize method seems to always be called by new(). This could potentially be circumvented by a coerce method. If an alternative initialize method was used, an SaemixMmkinObject could be created. However, the methods written for SaemixObjects only worked in some instances, either because they checked for the class, and not for class inheritance (like compare.saemix), or because the initialize method was called for some reason. Therefore, the idea of creating a derived S4 class was abandoned. - A side effect of this decision is that the introduction of the saem generic opens the possibility to use the same generic also for other backends like nlmixr with the SAEM algorithm.
2020-11-06Update benchmarks for dev versionJohannes Ranke4-69/+129
2020-11-06Fast analytical solutions for saemix, update.mmkinJohannes Ranke40-406/+972
Also, use logit transformation for g and for solitary formation fractions, addressing #10.
2020-11-05Fix link and update docsJohannes Ranke8-93/+117
2020-10-27Add summary method for nlme.mmkin objectsJohannes Ranke9-48/+535
Improve and update docs
2020-10-26Put the legend in its own area for plot.nlme.mmkinJohannes Ranke15-80/+74
2020-10-24Fix a bug for nlme with parent only, improve examplesJohannes Ranke10-89/+14
2020-10-24Improve plot layoutJohannes Ranke4-17/+6
2020-10-24Plot method for nlme.mmkin objectsJohannes Ranke11-76/+351
Update docs
2020-10-22Really fix check for nlme::varConstPropJohannes Ranke2-4/+49
And add output for nlme fit translating the mkinfit error model "obs" into nlme::varIdent().
2020-10-22Fix check for nlme::varConstPropJohannes Ranke2-1/+1
2020-10-22Update pkgdown docsJohannes Ranke22-113/+201
2020-10-15More gentle example for saemix with combined error modelJohannes Ranke9-47/+43
2020-10-15Update online docs for release versionJohannes Ranke140-2295/+2725
2020-10-15Updating docs of current dev versionJohannes Ranke34-154/+456
2020-10-08Fix another URL, add devcheck targetv0.9.50.3Johannes Ranke7-10/+10
2020-10-08Fix issues for releaseJohannes Ranke69-1129/+799
2020-05-27Improve mkinmod docsJohannes Ranke2-33/+57
2020-05-27Change dev version label to info colorJohannes Ranke24-94/+94
instead of the orange danger color.
2020-05-27Add docs generated using released version 0.9.52Johannes Ranke63-1348/+660
2020-05-27Create up to date pkgdown docs in development modeJohannes Ranke184-0/+24656
2020-05-26Use all cores per default, confint toleranceJohannes Ranke9-105/+80
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-25First working version of saemix helper functionsJohannes Ranke14-25/+526
saemix_data depends on a development version of saemix, see pull request saemixdevelopment/saemixextension#2
2020-05-15Use markdown links in mkinfit documentationJohannes Ranke2-47/+49
2020-05-14Update version number, better example formattingJohannes Ranke8-22/+14
2020-05-14Add a parms method for mmkin objectsJohannes Ranke3-4/+89
2020-05-14Test markdown link, article update due to .rmd extensionJohannes Ranke11-72/+96
2020-05-13Further formatting improvement of benchmark vignetteJohannes Ranke2-86/+62
Also, use .rmd extension instead of .Rmd for vignettes.
2020-05-12Another documentation updateJohannes Ranke2-23/+23
2020-05-12Update pkgdownJohannes Ranke2-31/+166
2020-05-12Add a link to the benchmark vignette to the docsJohannes Ranke7-1/+19
2020-05-12Update vignettes and docsJohannes Ranke91-1474/+1537
2020-05-12Rerun tests and checks, CRAN commentsJohannes Ranke1-1/+1
2020-05-12Improve documentation, now using a spell checkerJohannes Ranke15-120/+114

Contact - Imprint