I've just run a linear regression on an entire data set, but now I need to run the regression with data just from females within the data.
Females are denoted under the female
column of the data set by a 1
. Males are denoted by a 0
under the same column. I don't know how to remove the male data so I can run the regression on female data only.