car_stats {RplotterPkg} | R Documentation |
car_stats data
Description
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 |
Usage
car_stats
Format
An object of class data.table
(inherits from data.frame
) with 3 rows and 6 columns.
Source
datasets::mtcars
[Package RplotterPkg version 0.1.3 Index]