guess_response | R Documentation |
guess_response
takes a character vector of the dependent variable
from a formula
object and identifies which function separates the
individual variables that make up the response. It then returns the
model_*
function to model the appropriate response using PCSS.
guess_response(response = character())
response |
character. Output of |
A character. Either "model_combo"
, "model_product"
,
"model_or"
, "model_and"
, or "model_singular"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.