Learn R Programming

EmpiricalDynamics (version 0.1.2)

annotate_hypotheses: Annotate Hypotheses

Description

Records researcher hypotheses based on visual exploration, to be used as constraints or guides in subsequent symbolic search.

Usage

annotate_hypotheses(data, hypotheses)

Value

Data frame with hypotheses attached as attribute.

Arguments

data

Data frame (with exploration results as attribute).

hypotheses

Character vector of hypotheses.

Examples

Run this code
# \donttest{
# Toy example
data <- data.frame(Z = 1:10)
data <- annotate_hypotheses(data, c(
  "Z exhibits logistic saturation around Z=100",
  "Effect of X appears linear"
))
# }

Run the code above in your browser using DataLab