Consider a data set data containing all German inhabitants, which is subsetted in the following process: data = subset(data, Gender == "female") data = subset(data, Status == "married") data =...


Consider a data set data containing all German inhabitants, which is subsetted in the following
process:
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.



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here