summary(cars)#> speed dist #> Min. : 4.0 Min. : 2.00 #> 1st Qu.:12.0 1st Qu.: 26.00 #> Median :15.0 Median : 36.00 #> Mean :15.4 Mean : 42.98 #> 3rd Qu.:19.0 3rd Qu.: 56.00 #> Max. :25.0 Max. :120.00
Show the code
summary(iris)#> Sepal.Length Sepal.Width Petal.Length Petal.Width Species #> Min. :4.300 Min. :2.000 Min. :1.000 Min. :0.100 setosa :50 #> 1st Qu.:5.100 1st Qu.:2.800 1st Qu.:1.600 1st Qu.:0.300 versicolor:50 #> Median :5.800 Median :3.000 Median :4.350 Median :1.300 virginica :50 #> Mean :5.843 Mean :3.057 Mean :3.758 Mean :1.199 #> 3rd Qu.:6.400 3rd Qu.:3.300 3rd Qu.:5.100 3rd Qu.:1.800 #> Max. :7.900 Max. :4.400 Max. :6.900 Max. :2.500
Show the code
summary(iris)#> Sepal.Length Sepal.Width Petal.Length Petal.Width Species #> Min. :4.300 Min. :2.000 Min. :1.000 Min. :0.100 setosa :50 #> 1st Qu.:5.100 1st Qu.:2.800 1st Qu.:1.600 1st Qu.:0.300 versicolor:50 #> Median :5.800 Median :3.000 Median :4.350 Median :1.300 virginica :50 #> Mean :5.843 Mean :3.057 Mean :3.758 Mean :1.199 #> 3rd Qu.:6.400 3rd Qu.:3.300 3rd Qu.:5.100 3rd Qu.:1.800 #> Max. :7.900 Max. :4.400 Max. :6.900 Max. :2.500
int foo (void){int i;}
int foo (void){int i;}
int foo (void){int i;}
Show the code
sessionInfo()#> R version 4.2.1 (2022-06-23)#> Platform: aarch64-apple-darwin20 (64-bit)#> Running under: macOS Monterey 12.5.1#> #> Matrix products: default#> BLAS: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRblas.0.dylib#> LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib#> #> locale:#> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8#> #> attached base packages:#> [1] stats graphics grDevices utils datasets methods base #> #> loaded via a namespace (and not attached):#> [1] digest_0.6.29 jsonlite_1.8.0 magrittr_2.0.3 evaluate_0.16 rlang_1.0.4 stringi_1.7.8 cli_3.3.0 rstudioapi_0.14 rmarkdown_2.16.1 tools_4.2.1 stringr_1.4.1 htmlwidgets_1.5.4 xfun_0.32 yaml_2.3.5 fastmap_1.1.0 compiler_4.2.1 htmltools_0.5.3 knitr_1.40