File: RSmpl.Rd

package info (click to toggle)
r-cran-erm 1.0-6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,952 kB
  • sloc: f90: 401; ansic: 103; makefile: 8
file content (47 lines) | stat: -rwxr-xr-x 1,950 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\encoding{UTF-8}
\name{RSmpl}
\alias{RSmpl}
\alias{RSmplext}
\title{Sample Objects}
\description{
  The objects of class \code{RSmpl} and \code{RSmplext} contain
  the original input matrix, the generated (encoded) random matrices, and
  some information about the sampling process.
}
\value{
   A list of class \code{RSmpl} or \code{RSmplext} with components
  \item{n}{number of rows of the input matrix}
  \item{k}{number of columns of the input matrix}
  \item{inpmat}{the input matrix}
  \item{tfixed}{\code{TRUE}, if diagonals of \code{inpmat} are fixed}
  \item{burn_in}{length of the burn in process}
  \item{n_eff}{number of generated matrices (effective matrices)}
  \item{step}{controls the number number of void matrices generated in the the burn in
              process and when effective matrices are generated (see note 
              in \code{\link{rsctrl}}). }
  \item{seed}{starting value for the random number generator}
  \item{n_tot}{number of matrices in \code{outvec}.}
  \item{outvec}{vector of encoded random matrices}
  \item{ier}{error code (see below)}
}
\note{By default, all generated matrices plus
      the original matrix (in position 1) are contained in
      \code{outvec}, thus \code{n_tot = n_eff + 1}. If
      the original matrix is not in \code{outvec} then
      \code{n_tot = n_eff}.\cr\cr
      If \code{ier} is 0, no error was detected. Otherwise use
      the error function \code{rserror(ier)} to obtain some informations.\cr\cr
      For saving and loading objects
      of class \code{RSmpl} or \code{RSmplext}
      see the example in \code{\link{rsextrobj}}.
}
\section{Generation}{
      These classes of objects are returned from
      \code{rsampler} and \code{rsextrobj}.
}
\section{Methods}{
      Both classes have methods for the generic \code{summary}
      function.
}
\seealso{\code{\link{rsampler}}, \code{\link{rsextrobj}} }
\keyword{misc}