summary.ROASPreanalysisFit: Computes a summary of the predicted ROAS estimate and...

Description Usage Arguments Value

View source: R/doroaspreanalysis.R

Description

Computes a summary of the predicted ROAS estimate and associated incremental cost.

Usage

1
2
3
4
## S3 method for class 'ROASPreanalysisFit'
summary(object, level = 0.9,
  interval.type = c("one-sided", "two-sided"), precision = 1,
  cost = NA_real_, ...)

Arguments

object

a ROASPreanalysisFit object.

level

(number between 0 and 1) confidence level.

interval.type

(string) 'one-sided', 'two-sided'.

precision

(number) target precision of the estimate; the distance between the lower bound of the confidence interval and the point estimate. Note: if cost is given, this will be ignored and the CI half-width will be computed based on cost.

cost

(number) cost difference (ad spend difference); if missing, will be computed based on precision.

...

ignored.

Value

A ROASPreanalysisResults object.


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