calculate_hedonic_imputation | R Documentation |
Prices are estimated based on a provided Hedonic model The model values are calculated for each period in the data With these values, new prices of base period observations are estimated. With this function, imputations according to the Laspeyres and Paasche method can be estimated.
calculate_hedonic_imputation(
dataset_temp = dataset,
period_temp = "period_var_temp",
dependent_variable_temp = dependent_variable,
independent_variables_temp = independent_variables,
number_of_observations_temp = number_of_observations,
period_list_temp = period_list
)
dataset_temp |
table with data |
period_temp |
'period' |
dependent_variable_temp |
usually the sale price |
independent_variables_temp |
vector with quality determining variables |
period_list_temp |
list with all available periods |
Table with imputation averages per period
Farley Ishaak
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.