We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The following column names have changed in ds_freq_table():
ds_freq_table()
Cum Frequency
Cum.Frequency
Cum Percent
Cum.Percent
library(descriptr) ds_freq_table(mtcarz, cyl) #> Variable: cyl #> ----------------------------------------------------------------------- #> Levels Frequency Cum Frequency Percent Cum Percent #> ----------------------------------------------------------------------- #> 4 11 34.38 #> ----------------------------------------------------------------------- #> 6 7 21.88 #> ----------------------------------------------------------------------- #> 8 14 43.75 #> ----------------------------------------------------------------------- #> Total 32 - 100.00 - #> -----------------------------------------------------------------------
Created on 2024-02-28 with reprex v2.0.2
The text was updated successfully, but these errors were encountered:
16e26ed
aravindhebbali
No branches or pull requests
The following column names have changed in
ds_freq_table()
:Cum Frequency
toCum.Frequency
Cum Percent
toCum.Percent
Created on 2024-02-28 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: