From 7091d3738e7e55acb20edb88772b228f6f5b6c98 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Oct 2019 01:55:01 +0100 Subject: Add likelihood ratio test and other methods, fixes The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. --- docs/reference/index.html | 66 ++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 24 deletions(-) (limited to 'docs/reference/index.html') diff --git a/docs/reference/index.html b/docs/reference/index.html index fa424060..8987db96 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -185,45 +185,39 @@ more datasets

-

parms()

- -

Extract model parameters from mkinfit models

- - - -

confint(<mkinfit>)

+

summary(<mkinfit>) print(<summary.mkinfit>)

-

Confidence intervals for parameters of mkinfit objects

+

Summary method for class "mkinfit"

-

summary(<mkinfit>) print(<summary.mkinfit>)

+

parms()

-

Summary method for class "mkinfit"

+

Extract model parameters from mkinfit models

-

logLik(<mkinfit>)

+

confint(<mkinfit>)

-

Calculated the log-likelihood of a fitted mkinfit object

+

Confidence intervals for parameters of mkinfit objects

-

mkinresplot()

+

update(<mkinfit>)

-

Function to plot residuals stored in an mkin object

+

Update an mkinfit model with different arguments

-

mkinparplot()

+

lrtest(<mkinfit>)

-

Function to plot the confidence intervals obtained using mkinfit

+

Likelihood ratio test for mkinfit models

-

mkinerrplot()

+

mkinerrmin()

-

Function to plot squared residuals and the error model for an mkin object

+

Calculate the minimum error to assume in order to pass the variance test

@@ -234,9 +228,9 @@ with mkinfit

-

mkinerrmin()

+

CAKE_export()

-

Calculate the minimum error to assume in order to pass the variance test

+

Export a list of datasets format to a CAKE study file

@@ -380,7 +374,7 @@ of an mmkin object

-

Helper functions

+

Helper functions mainly used internally

@@ -442,9 +436,33 @@ kinetic models fitted with mkinfit

-

CAKE_export()

+

logLik(<mkinfit>)

-

Export a list of datasets format to a CAKE study file

+

Calculated the log-likelihood of a fitted mkinfit object

+ + + +

residuals(<mkinfit>)

+ +

Extract residuals from an mkinfit model

+ + + +

mkinresplot()

+ +

Function to plot residuals stored in an mkin object

+ + + +

mkinparplot()

+ +

Function to plot the confidence intervals obtained using mkinfit

+ + + +

mkinerrplot()

+ +

Function to plot squared residuals and the error model for an mkin object

@@ -536,7 +554,7 @@ kinetic models fitted with mkinfit

  • Work with mmkin objects
  • Datasets and known results
  • NAFTA guidance
  • -
  • Helper functions
  • +
  • Helper functions mainly used internally
  • Analytical solutions
  • Generate synthetic datasets
  • Deprecated functions
  • -- cgit v1.2.1