blob: 5fab95515830a966b4c06abf993375ad9e7aba58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
\docType{class}
\name{gmkinws}
\alias{gmkinws}
\title{A workspace class for gmkin}
\format{An \code{\link{R6Class}} generator object.}
\usage{
gmkinws
}
\description{
Datasets, models and fits are stored in lists.
}
\section{Fields}{
\describe{
\item{\code{observed}}{Names of the observed variables in the datasets, named
by the names used in the models contained in field m}
\item{\code{ds}}{A list of datasets compatible with mkinfit (long format)}
\item{\code{m}}{A list of mkinmod models}
\item{\code{f}}{A list of mkinfit objects}
}}
|