process_input_data | R Documentation |
Generate model input from input data frame
process_input_data(
input_df,
type = "type",
use_strain = FALSE,
combine_strain = FALSE,
condense = FALSE
)
input_df |
Data frame containing details of case-carrier studies |
type |
Name of column in input data frame used for typing information |
use_strain |
Boolean specifying whether strain information should be used in addition to type information |
combine_strain |
Boolean specifying whether strain information should be combined with type information |
condense |
Boolean specifying whether repeated entries of the same type should be condensed into a single entry |
A list of lists used as an input to stan models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.