dcomtois / summarytools

R Package to Quickly and Neatly Summarize Data
513 stars 77 forks source link

Q1 and Q3 #15

Closed spedygiorgio closed 6 years ago

spedygiorgio commented 6 years ago

Hi, is it also possible to specify 25th and 75th percentiles (as Q1 and Q3) maybe? Cause they are frequently used as descriptive reporting. Best

dcomtois commented 6 years ago

Hi, good suggestion... Just to be sure, you're thinking of the descr() function, right?

spedygiorgio commented 6 years ago

Yes, the descr function!

dcomtois commented 6 years ago

q1 and q3 have been added. Install with install_github to test it out! If any problems, I'll reopen the issue. Thx.