Description Usage Arguments Details Value Author(s) See Also
This function tests whether a "hedonic.function" object is applicable to a given data set.
1 | is.applicable.hf(hf, data)
|
hf |
an object of class |
data |
a named list or data frame |
Hedonic functions are usually estimated for a very specific data structure and cannot
be applied to other situations. This function checks whether the given hedonic function
hf is applicable to a certain data set data. This is done by checking whether
data contains at least the variables mentioned in the slot characteristics.names of the
object hf of class "hedonic.function".
is.applicable.hf returns TRUE if data is suitable for hf and FALSE otherwise.
Michael Beer r-hepi@michael.beer.name
hedonic.function-class, hedonic.function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.