~ubuntu-branches/debian/sid/r-cran-surveillance/sid

« back to all changes in this revision

Viewing changes to man/create.disProg.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2009-10-21 14:25:07 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091021142507-qxc714tmnb8thj22
Tags: 1.1.2-1
* New upstream version
* debian/control:
  - XS-Autobuild: yes to enable autobuilding
  - Build-Depends: r-cran-matrix
  - Standards-Version: 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
}
13
13
\usage{
14
14
  create.disProg(week, observed, state, start=c(2001,1), freq=52, 
15
 
  neighbourhood=NULL, populationFrac=NULL)
 
15
  neighbourhood=NULL, populationFrac=NULL, epochAsDate=FALSE)
16
16
}
17
17
\arguments{
18
 
\item{week}{number of week}
 
18
\item{week}{index in the matrix of observations, typically weeks}
19
19
\item{observed}{matrix with parallel time series of counts where rows are 
20
20
    time points and columns are the individual time series for unit/area
21
21
    \eqn{i, i=1,\ldots,m}}
26
26
    \eqn{m \times m} with elements \eqn{n_{ij}=1} if units \eqn{i}
27
27
    and \eqn{j} are adjacent and 0 otherwise } 
28
28
\item{populationFrac}{matrix with corresponding population proportions} 
 
29
\item{epochAsDate}{interpret the integers in \code{week} as Dates. Default is \code{FALSE}}
29
30
}
30
31
\value{\item{disProg}{object of class \code{disProg}  
31
32
  }