[Depmix-commits] r51 - trunk/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 6 16:08:58 CET 2008
Author: ingmarvisser
Date: 2008-03-06 16:08:58 +0100 (Thu, 06 Mar 2008)
New Revision: 51
Modified:
trunk/man/depmix.Rd
trunk/man/response-class.Rd
trunk/man/response.Rd
Log:
Updated help files
Modified: trunk/man/depmix.Rd
===================================================================
--- trunk/man/depmix.Rd 2008-03-06 11:29:41 UTC (rev 50)
+++ trunk/man/depmix.Rd 2008-03-06 15:08:58 UTC (rev 51)
@@ -73,8 +73,11 @@
logical vector of the same length indicating which parameters are
fixed. The setpars functions sets parameters (or the logical fixed
vector) to new values; \code{setpars} also recomputes the dens,
- trans and init slots of \code{depmix} objects.}
-
+ trans and init slots of \code{depmix} objects. Note that the
+ \code{getpars} and \code{setpars} functions for \code{depmix}
+ objects simply call the functions of the same name for the response
+ and transition models.}
+
\item{...}{Not used currently.}
}
Modified: trunk/man/response-class.Rd
===================================================================
--- trunk/man/response-class.Rd 2008-03-06 11:29:41 UTC (rev 50)
+++ trunk/man/response-class.Rd 2008-03-06 15:08:58 UTC (rev 51)
@@ -20,13 +20,17 @@
}
}
+\details{
+ This class offers a framework from which to build specific response
+ models such as glm based responses or multinomial.
+}
\section{Accessor Functions}{
- The following functions should be used for accessing the corresponding
- slots:
- \describe{
- \item{\code{npar}:}{The number of parameters of the model.}
- \item{\code{getdf}:}{The number of non-fixed parameters.}
- }
+ The following functions should be used for accessing the corresponding
+ slots:
+ \describe{
+ \item{\code{npar}:}{The number of parameters of the model.}
+ \item{\code{getdf}:}{The number of non-fixed parameters.}
+ }
}
\author{Ingmar Visser}
\keyword{classes}
Modified: trunk/man/response.Rd
===================================================================
--- trunk/man/response.Rd 2008-03-06 11:29:41 UTC (rev 50)
+++ trunk/man/response.Rd 2008-03-06 15:08:58 UTC (rev 51)
@@ -4,8 +4,8 @@
\alias{predict,response-method}
\alias{dens,response-method}
\alias{npar,response-method}
-\alias{transInit}
-\alias{GLMresponse}
+\alias{transInit,response-method}
+\alias{GLMresponse,response-method}
\title{Methods for creating depmix response models}
\description{Create \code{\link[depmix]{response}} models.}
\usage{
More information about the depmix-commits
mailing list