View source: R/cloudwatchevidently_operations.R
cloudwatchevidently_get_experiment_results | R Documentation |
Retrieves the results of a running or completed experiment. No results are available until there have been 100 events for each variation and at least 10 minutes have passed since the start of the experiment. To increase the statistical power, Evidently performs an additional offline p-value analysis at the end of the experiment. Offline p-value analysis can detect statistical significance in some cases where the anytime p-values used during the experiment do not find statistical significance.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_get_experiment_results/ for full documentation.
cloudwatchevidently_get_experiment_results(
baseStat = NULL,
endTime = NULL,
experiment,
metricNames,
period = NULL,
project,
reportNames = NULL,
resultStats = NULL,
startTime = NULL,
treatmentNames
)
baseStat |
The statistic used to calculate experiment results. Currently the only
valid value is |
endTime |
The date and time that the experiment ended, if it is completed. This must be no longer than 30 days after the experiment start time. |
experiment |
[required] The name of the experiment to retrieve the results of. |
metricNames |
[required] The names of the experiment metrics that you want to see the results of. |
period |
In seconds, the amount of time to aggregate results together. |
project |
[required] The name or ARN of the project that contains the experiment that you want to see the results of. |
reportNames |
The names of the report types that you want to see. Currently,
|
resultStats |
The statistics that you want to see in the returned results.
|
startTime |
The date and time that the experiment started. |
treatmentNames |
[required] The names of the experiment treatments that you want to see the results for. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.