empcdf | R Documentation |
Function to determine the empirical cdf of data
empcdf(df)
df |
list of datapoints |
data.frame object with two columns: sorted values from input and ecdf
s<-seq(1,10,1) empcdf(matrix(s))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.