From db403f024cc7c6b8b550897a45d93efc9f047e26 Mon Sep 17 00:00:00 2001 From: jranke Date: Tue, 8 Oct 2013 14:55:09 +0000 Subject: - Added the possibility to specify the observed variable in mkinmod in a checklist - Added the spec list the the mkinmod objects - It seems that the GUI model editor is fully functional - Version bump due to the changes in the mkinmod function arguments, thought they are backward compatible git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@107 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/mkinmod.Rd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/mkinmod.Rd b/man/mkinmod.Rd index b528d83..76127c5 100644 --- a/man/mkinmod.Rd +++ b/man/mkinmod.Rd @@ -9,7 +9,7 @@ kinetic model type and reaction or transfer to other observed compartments. } \usage{ -mkinmod(..., use_of_ff = "min") +mkinmod(..., use_of_ff = "min", speclist = NULL) } \arguments{ \item{...}{ @@ -33,6 +33,10 @@ mkinmod(..., use_of_ff = "min") fractions is made in order to avoid fitting the product of formation fractions and rate constants. If "max", formation fractions are always used. } + \item{speclist}{ + The specification of the observed variables and their submodel types and + pathways can be given as a single list using this argument. Default is NULL. + } } \value{ A list of class \code{mkinmod} for use with \code{\link{mkinfit}}, containing @@ -55,6 +59,5 @@ SFO <- mkinmod(parent = list(type = "SFO")) SFO_SFO <- mkinmod( parent = list(type = "SFO", to = "m1"), m1 = list(type = "SFO")) - } \keyword{ models } -- cgit v1.2.1