View source: R/func_formula_generator.R
| func_formula_generator | R Documentation | 
Internal, auxiliary functions
func_formula_generator(
  signal = "signal",
  response = "response",
  side_variables = NULL
)
| signal | is a character object that indicates columns of data to be treated as channel's input | 
| response | is a character vector that indicates columns of data to be treated as channel's output | 
| side_variables | is a character vector that indicates side variables' columns of data | 
A character object that includes a standard formula syntax to use in algorithm for capacity calculation
SLEMI:::func_formula_generator(signal="signal",response="response", side_variables=NULL)
SLEMI:::func_formula_generator(signal="inputX",response="responseY", side_variables="SV1")
SLEMI:::func_formula_generator(signal="signalX",response=c("r_1","r_2","r_5"), side_variables="SV")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.