Description Usage Arguments Details Value
View source: R/apollo_validateData.R
Checks consistency of the database with apollo_control
, sorts it by indivID, and adds an internal ID variable (apollo_sequence
)
1 | apollo_validateData(database, apollo_control, silent)
|
database |
data.frame. Data used by model. |
apollo_control |
List. Options controlling the running of the code.
See |
silent |
Boolean. TRUE to keep the function from printing to the console. Default is FALSE. |
This function should be called after calling apollo_validateControl. Observations are sorted only if apollo_control$panelData=TRUE.
Data.frame. Validated version of database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.