rtModel.base: Repeat transaction model approach with base estimator

View source: R/rtModel.R

rtModel.baseR Documentation

Repeat transaction model approach with base estimator

Description

Use of base estimator in repeat transactions model approach

Usage

## S3 method for class 'base'
rtModel(rt_df, time_matrix, price_diff, estimator, ...)

Arguments

rt_df

Repeat transactions dataset from rtCreateTrans()

time_matrix

Time matrix object from rtTimeMatrix()

price_diff

Difference in price between the two transactions

estimator

Type of model to estimates (base, robust, weighted). Must be in that class.

...

Additional arguments

Further Details

See '?rtModel' for more information


andykrause/hpiR documentation built on Feb. 2, 2024, 8:13 p.m.