Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R function quantile() #47

Open
jmaccherone opened this issue May 10, 2013 · 1 comment
Open

R function quantile() #47

jmaccherone opened this issue May 10, 2013 · 1 comment
Assignees

Comments

@jmaccherone
Copy link
Collaborator

Function that allows you to specify where to cut the data. Takes 2 parameters - data source and at which percentages to show cuts.
quantile(SampleMeans, probs=c(0.15, 0.85))
to show quartiles, would be
quantile(SampleMeans, probs=c(0.25, 0.5, 0.75)).

@lmaccherone
Copy link
Owner

This is just like Issue #40, except instead of hard coding p50, we will put in whatever the user provides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants