View source: R/ecdfDataReduction.R
ecdfDataReduction | R Documentation |
Order and reduce x observations before obtaining ecdf. Helps save storage space when saving ecdf function to object and when drawing upon many observations. ecdfDataReduction is called within SeqSGPV.
ecdfDataReduction(x, n = 200)
x |
observations |
n |
desired number of reduced, ordered observations |
ecdf after reducing (if applicable) the number of observations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.