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

bug in `get_summary_stats`: type = "quantile" not working #39

Closed
Boyoron opened this issue Apr 28, 2020 · 1 comment
Closed

bug in `get_summary_stats`: type = "quantile" not working #39

Boyoron opened this issue Apr 28, 2020 · 1 comment

Comments

@Boyoron
Copy link

@Boyoron Boyoron commented Apr 28, 2020

library(rstatix)
#> 
#> Attaching package: 'rstatix'
#> The following object is masked from 'package:stats':
#> 
#>     filter

iris %>% 
    rstatix::get_summary_stats(Petal.Length, type = "quantile", probs = seq(0, 1, 0.25))
#> Error: Can't subset columns that don't exist.
#> x The column `data` doesn't exist.

Created on 2020-04-28 by the reprex package (v0.3.0)

Other types ("mean", "mean_sd"...) are working fine.

kassambara added a commit that referenced this issue Apr 28, 2020
@kassambara
Copy link
Owner

@kassambara kassambara commented Apr 28, 2020

fixed now, thanks

@kassambara kassambara closed this Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.