powered by
Records researcher hypotheses based on visual exploration, to be used as constraints or guides in subsequent symbolic search.
annotate_hypotheses(data, hypotheses)
Data frame with hypotheses attached as attribute.
Data frame (with exploration results as attribute).
Character vector of hypotheses.
# \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