Consider a data set data containing all German inhabitants, which is subsetted in the followingprocess:data = subset(data, Gender == "female")data = subset(data, Status == "married")data = subset(data, Haircolor == "brown")Select which statements are true after all the subsets have applied.a) The data set contains all brown haired and married females worldwide.b) The data set contains all brown haired German inhabitants.c) The data set contains all brown haired and married female German inhabitants.d) The data set contains all brown haired, married, female German inhabitants with at least 2 children.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here