Remove extraneous word
This commit is contained in:
		
							
								
								
									
										2
									
								
								EDA.qmd
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								EDA.qmd
									
									
									
									
									
								
							@@ -446,7 +446,7 @@ ggplot(mpg, aes(x = hwy, y = fct_reorder(class, hwy, median))) +
 | 
			
		||||
    Why does the combination of those two relationships lead to lower quality diamonds being more expensive?
 | 
			
		||||
 | 
			
		||||
3.  Instead of exchanging the x and y variables, add `coord_flip()` as a new layer to the vertical boxplot to create a horizontal one.
 | 
			
		||||
    How does this compare to using exchanging the variables?
 | 
			
		||||
    How does this compare to exchanging the variables?
 | 
			
		||||
 | 
			
		||||
4.  One problem with boxplots is that they were developed in an era of much smaller datasets and tend to display a prohibitively large number of "outlying values".
 | 
			
		||||
    One approach to remedy this problem is the letter value plot.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user