File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ summary(diamonds)
20
20
```
21
21
22
22
```
23
- ## carat cut color clarity depth table price x y z
24
- ## Min. :0.200 Fair : 1610 D: 6775 SI1 :13065 Min. :43.0 Min. :43.0 Min. : 326 Min. : 0.00 Min. : 0.00 Min. : 0.00
25
- ## 1st Qu.:0.400 Good : 4906 E: 9797 VS2 :12258 1st Qu.:61.0 1st Qu.:56.0 1st Qu.: 950 1st Qu.: 4.71 1st Qu.: 4.72 1st Qu.: 2.91
26
- ## Median :0.700 Very Good:12082 F: 9542 SI2 : 9194 Median :61.8 Median :57.0 Median : 2401 Median : 5.70 Median : 5.71 Median : 3.53
27
- ## Mean :0.798 Premium :13791 G:11292 VS1 : 8171 Mean :61.8 Mean :57.5 Mean : 3933 Mean : 5.73 Mean : 5.73 Mean : 3.54
28
- ## 3rd Qu.:1.040 Ideal :21551 H: 8304 VVS2 : 5066 3rd Qu.:62.5 3rd Qu.:59.0 3rd Qu.: 5324 3rd Qu.: 6.54 3rd Qu.: 6.54 3rd Qu.: 4.04
29
- ## Max. :5.010 I: 5422 VVS1 : 3655 Max. :79.0 Max. :95.0 Max. :18823 Max. :10.74 Max. :58.90 Max. :31.80
30
- ## J: 2808 (Other): 2531
23
+ carat cut color clarity depth table price x y z
24
+ Min. :0.200 Fair : 1610 D: 6775 SI1 :13065 Min. :43.0 Min. :43.0 Min. : 326 Min. : 0.00 Min. : 0.00 Min. : 0.00
25
+ 1st Qu.:0.400 Good : 4906 E: 9797 VS2 :12258 1st Qu.:61.0 1st Qu.:56.0 1st Qu.: 950 1st Qu.: 4.71 1st Qu.: 4.72 1st Qu.: 2.91
26
+ Median :0.700 Very Good:12082 F: 9542 SI2 : 9194 Median :61.8 Median :57.0 Median : 2401 Median : 5.70 Median : 5.71 Median : 3.53
27
+ Mean :0.798 Premium :13791 G:11292 VS1 : 8171 Mean :61.8 Mean :57.5 Mean : 3933 Mean : 5.73 Mean : 5.73 Mean : 3.54
28
+ 3rd Qu.:1.040 Ideal :21551 H: 8304 VVS2 : 5066 3rd Qu.:62.5 3rd Qu.:59.0 3rd Qu.: 5324 3rd Qu.: 6.54 3rd Qu.: 6.54 3rd Qu.: 4.04
29
+ Max. :5.010 I: 5422 VVS1 : 3655 Max. :79.0 Max. :95.0 Max. :18823 Max. :10.74 Max. :58.90 Max. :31.80
30
+ J: 2808 (Other): 2531
31
31
```
32
32
33
33
``` r
34
34
colnames(diamonds )
35
35
```
36
36
37
37
```
38
- ## [1] "carat" "cut" "color" "clarity" "depth" "table" "price" "x" "y" "z"
38
+ "carat" "cut" "color" "clarity" "depth" "table" "price" "x" "y" "z"
39
39
```
40
40
41
41
``` r
You can’t perform that action at this time.
0 commit comments