NA_DISTRIBUTION | R Documentation |
Returns an NA distribution object that always return NA_real_
This is useful to handle NA
.
By default only one dimension rvar
is produced, but if several
names are provided more columns will be added to the return matrix
new_NA(p_dimnames = "rvar")
p_dimnames |
A character that represents the the names of the
dimensions. By default only one dimension with name |
An object of class DISTRIBUTION
, NA
John J. Aponte
myDistr <- new_NA(p_dimnames = "rvar")
myDistr$rfunc(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.