How is a characteristic such as the presence of a pool entered into a regression model?
Correct Answer
B) As a dummy variable coded one or zero
Why this is correct: A dummy variable codes a categorical feature (e.g., pool) as 1 if present and 0 if absent, allowing regression to estimate its contribution to value. Why the other choices are wrong: "As the dependent variable in a second model" is incorrect; the dependent variable is the sale price. "As a sale price divided by the pool cost" creates a ratio, not a proper variable. "As a percentage of the total living area" is for quantitative features, not presence/absence. Exam tip: Use dummy variables (0/1) for qualitative characteristics like pool, location, or condition.
Why This Is the Correct Answer
A present-or-absent characteristic is entered as a dummy variable coded one or zero, and its coefficient estimates the feature's price effect holding other variables constant.
Why the Other Options Are Wrong
Option A: As the dependent variable in a second model
The dependent variable is sale price. A property characteristic is an explanatory variable in the same model.
Option C: As the sale price divided by the pool cost
Dividing price by a cost figure creates a ratio that answers a different question and is not how a feature enters a regression.
Option D: As a percentage of the total living area
A pool is not a proportion of living area. Expressing it that way would misrepresent the variable entirely.
One or Zero
One or Zero for has it or does not. The coefficient is what the feature is worth in that sample.
How to use: Check how many observations have the feature. A rare feature produces an unreliable coefficient.
Exam Tip
Correlated features load onto each other's coefficients. If pools appear mostly on large new homes, the pool coefficient absorbs part of size and age.
Common Mistakes to Avoid
- -Entering a categorical feature as a continuous value
- -Relying on a coefficient estimated from very few observations
- -Ignoring correlation with other property characteristics
Concept Deep Dive
Analysis
Regression requires numeric inputs, and a characteristic that is simply present or absent is entered as a dummy variable coded one for present and zero for absent. The coefficient on that variable then reads directly as the estimated price effect of having the feature, holding the model's other variables constant — a pool coefficient of $18,000 estimates that pools add about that much in this sample. The technique extends to categorical variables with more than two levels, such as construction quality or garage type, by creating one dummy for each category except a reference category, whose effect is absorbed into the intercept. Two cautions apply. Coefficients for features that are rare in the sample are estimated imprecisely, so a handful of pools produces an unreliable number. And correlation with other variables — pools appearing mostly on larger, newer homes — will load part of those effects onto the pool coefficient unless they are controlled for.
Background Knowledge
Dummy variables code categorical characteristics numerically as one or zero. Their coefficients estimate the associated price effect holding other variables constant. Categorical variables with multiple levels use one dummy per category less a reference category.
Real-World Application
An appraiser codes pool presence as a dummy in a 90-sale regression, obtains an $18,000 coefficient, and checks it against paired sales before using it.
More Statistics Questions
A set of comparable sales has a mean of $250,000 and a standard deviation of $20,000. What is the coefficient of variation?
A property sold for $400,000 and resold three years later for $463,050 with no physical change. What compound annual rate does this indicate?
A histogram of neighborhood sale prices shows two distinct peaks. What does this most likely mean?
What does it mean to validate a regression model?
In a market study, what does a frequency distribution of sale prices show?
An appraiser includes months elapsed since each sale as a variable in a price model. What is this intended to capture?
An appraiser presents a statistical analysis in a report. What must accompany it for the reader to weigh it?
An R-squared of 0.86 in a sales model indicates that:
Which measure would best summarize the most common lot size in a subdivision?
Paired sales analysis and regression differ mainly in that regression:
