ROASAnalysisResults: Constructs a 'ROASAnalysisResults' object.

Description Usage Arguments Value

View source: R/roasanalysisresults.R

Description

Constructs a ROASAnalysisResults object.

Usage

1
2
ROASAnalysisResults(estimate, lower, upper, level, incr.resp, incr.cost,
  threshold, post.prob, model)

Arguments

estimate

(number) iROAS point estimate.

lower

(number) lower bound of the interval estimate.

upper

(number or Inf) upper bound of the interval estimate.

level

(number between 0 and 1) confidence level.

incr.resp

(number) point estimate of the total incremental response.

incr.cost

(number) point estimate of the total incremental cost.

threshold

(number) threshold for calculating the posterior probability Pr(iROAS>thres|data).

post.prob

(number) posterior probability Pr(beta2 > threshold|data).

model

(string) id string indicating the model used.

Value

An object of class ROASAnalysisResults. This is a data.frame with the columns:


google/GeoexperimentsResearch documentation built on May 17, 2019, 7:42 a.m.