powered by
empirical_dist
empirical_dist objects have no parameters, so this function returns NULL.
# S3 method for empirical_dist params(x)
NULL (empirical distributions have no parameters).
NULL
The empirical distribution object.
ed <- empirical_dist(c(1, 2, 3)) params(ed) # NULL
Run the code above in your browser using DataLab