[Depmix-commits] r42 - trunk/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 5 00:41:54 CET 2008


Author: ingmarvisser
Date: 2008-03-05 00:41:54 +0100 (Wed, 05 Mar 2008)
New Revision: 42

Added:
   trunk/man/response-class.Rd
Log:
Added file with description of response-class

Added: trunk/man/response-class.Rd
===================================================================
--- trunk/man/response-class.Rd	                        (rev 0)
+++ trunk/man/response-class.Rd	2008-03-04 23:41:54 UTC (rev 42)
@@ -0,0 +1,32 @@
+\name{response-class}
+\docType{class}
+\alias{response-class}
+\alias{posterior}
+\alias{posterior,response-method}
+\title{Class "response"}
+\description{A \code{\link{response}} model for depmix models.}
+\arguments{
+	\item{object}{An object of class "response".}
+}
+\section{Slots}{
+	\describe{
+    	\item{\code{parameters}:}{A (named) list of parameters.}
+		\item{\code{fixed}:}{A logical vector indicating which parameters
+			are fixed.}
+		\item{\code{y}:}{A matrix with the actual response; possibly
+			multivariate.}
+		\item{\code{x}:}{A design matrix.}
+		\item{\code{npar}:}{The number of parameters.}
+	}
+	
+}
+\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.}
+  }
+}
+\author{Ingmar Visser}
+\keyword{classes}


Property changes on: trunk/man/response-class.Rd
___________________________________________________________________
Name: svn:executable
   + *



More information about the depmix-commits mailing list