Learn R Programming

Rnets (version 1.2.1)

rnetSubset-class: An S4 class containing the information of an rnet representing one stratum of data. These objects are used to handle rnet objects and need not be called by the user.

Description

Inheirits from 'rnetBasic'

Arguments

Slots

subset

The expression used to define the stratum of data represented by the rnet, e.g., if Statra_def = as.expression(Year == 2008), the rnet is estimated from the subset of data collected in the Year 2008.