Jeans {SRMData} | R Documentation |
Jeans' pockets
Description
Measurements of pockets in men's and women's jeans.
Usage
data(Jeans)
Format
A data frame with 80 rows (each pair of jeans) and 14 columns:
- Brand
The brand of jeans; 22 brands are represented
- Style
The style of jeans; one of
boot-cut
,regular
,skinny
,slim
orstraight
- Sex
Whether the jeans are men's or women's jeans; one of
men
orwomen
- Price
The price, in US dollars
- MaxHeightFront
The height (in cm) of the front pocket from the top of the highest rivet to the lowest point of the pocket (along the left-hand side or zipper side)
- MinHeightFront
The height (in cm) of the front pocket from the top of the highest rivet to the lowest point of the pocket (along the right-hand side or non-zipper side)
- MaxWidthFront
The width (in cm) from the widest point of the front pocket
- MinWidthFront
The width (in cm) from the highest rivet to the right or non-zipper side of the pocket
- MaxHeightBack
The height (in cm) from the deepest point of the back pocket (usually in the pocket's center) to the top of the pocket
- MinHeightBack
The height (in cm) from the shallowest point of the back pocket to the top of the pocket
- MaxWidthBack
The width of the pocket at the very top (opening)
- MinWidthBack
The width of the pocket at its narrowest (just before the pocket tapers to a point)
- Area
The area of the pocket, from the pocket's measurements (in square cm)
- Style2
The style, where
skinny
now meansStyle == "skinny" | "slim"
and wherestraight
meansStyle == "straight" | "boot-cut"
Note
The githib
source contains a diagram explaining the pocket
measurements more clearly.
All jeans that were measured have a 32-inch waistband,
as indicated by the brand.
Source
https://github.com/the-pudding/data/tree/master/pockets (used with permission).
References
Diehm, Jan & Thomas, Amber (August 2018). Women's pockets are inferior. The Pudding.