Learn R Programming

RaschSampler (version 0.8.0)

RSmpl: Sample Objects

Description

The objects of class RSmpl and RSmplext contain the original input matrix, the generated (encoded) random matrices, and some information about the sampling process.

Arguments

Value

  • A list of class RSmpl or RSmplext with components
  • nnumber of rows of the input matrix
  • knumber of columns of the input matrix
  • inpmatthe input matrix
  • tfixedTRUE, if diagonals of inpmat are fixed
  • burn_inlength of the burn in process
  • n_effnumber of generated matrices (effective matrices)
  • stepcontrols the number number of void matrices generated in the the burn in process and when effective matrices are generated (see note in rsctrl).
  • seedstarting value for the random number generator
  • n_totnumber of matrices in outvec.
  • outvecvector of encoded random matrices
  • iererror code (see below)

Generation

These classes of objects are returned from rsampler and rsextrobj.

Methods

Both classes have methods for the generic summary function.

See Also

rsampler, rsextrobj