View source: R/S3_classes_ccmpp_input_srb_df.R
new_srb | R Documentation |
srb
.Creates an object of class srb
. Minimal
checks are done; for interactive use see
srb
.
This function is not exported. The user-level constructor is
srb
.
new_srb( x, age_span = double(), time_span = double(), dimensions = get_req_dimensions_for_subclass_classes("srb"), value_type = get_value_types_for_subclass_classes("srb"), value_scale = NA, ..., class = character() )
dimensions |
Character vector listing the dimensions such as “time”, “age”, “sex”. |
value_type |
Scalar indicating the type of the “value” column (e.g., “count”, “rate”, etc.). |
value_scale |
Numeric scalar indicating the value_scale of the
counts, e.g., |
An object of class srb
.
Mark Wheldon
srb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.