thin_NA | R Documentation |
Thin a matrix of count data by replacing each of its values by an NA observation with a fixed probability
thin_NA(matvec, alpha = 0.3)
matvec |
The input matric or vector to be thinned |
alpha |
The probability of a point being replaced |
The object matvec, but with some elements replaced by NA values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.