Description Usage Arguments Value
This function is still under development and may well be buggy. Please file Issues in the GitHub repository describing the problems you encounter so I can work on those: https://github.com/levisc8/pdbDigitUtils/issues.
1 2 3 4 | test_model(pdb, id, iterations = 100, tolerance = 2)
## S3 method for class 'pdb_missing_target'
print(x, ...)
|
pdb |
The padrino database object |
id |
The |
iterations |
The number of iterations to run the model for. |
tolerance |
The tolerance for differences between computed and stored
target to be considered the same. This is calculated as
|
x |
Output from |
... |
Ignored |
Either a data frame of errors and warnings, a set of lambdas to inspect by hand (if there is not testTarget), or a message indicating the result of comparison with the TestTarget.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.