car_stats | R Documentation |
From datasets::mtcars
produces statistics for N and the means of
"mpg", "hp", "wt", "disp" variables grouped by "cyl".
N | numeric of group's total observations |
mean_mpg | numeric of group's mean mpg |
mean_hp | numeric of group's mean horsepower |
mean_wt | numeric of group's mean weight |
mean_disp | numeric of group's mean displacment |
car_stats
An object of class data.table
(inherits from data.frame
) with 3 rows and 6 columns.
datasets::mtcars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.