properties.Rd
Contains the type of properties and the buyer types. Buyer categories are: "single male", "single female", "married couple" and "family".
The type of property these buyers purchased were sorted into four categories: "flat", "bungalow" (i.e., a one-storey home), "detached house" and "terrace" (i.e., a block of adjoining houses).
Chi-square test of independence can be used to assess the association between the type of buyer who purchases a property and the type of property that is purchased.
data("properties")
A data frame with 333 rows and 2 columns.
#> property_type buyer_type #> 1 flat single male #> 2 flat single male #> 3 flat single male #> 4 flat single male #> 5 flat single male #> 6 flat single male