rtModel.robust: Repeat transaction model approach with robust estimator

Description Usage Arguments Further Details

View source: R/rtModel.R

Description

Use of robust estimator in repeat transactions model approach

Usage

1
2
3
## S3 method for class 'robust'
rtModel(rt_df, time_matrix, price_diff, estimator,
  lm_recover = TRUE, ...)

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.

lm_recover

(TRUE) Allows robust model to use linear model if it fails

...

Additional arguments

Further Details

See '?rtModel' for more information


hpiR documentation built on April 1, 2020, 5:09 p.m.