Description Usage Arguments Value Note Author(s) See Also
View source: R/outcomeModelValidationReusables.R
Create reusable part of validation (for rejection sampling)
1 2 3 4 5 6 7 8 9 10 | outcomeModelValidationReusables(outcomeModel, ds, out,
imputeDs2FitDsProperties, verbosity = 0)
## Default S3 method:
outcomeModelValidationReusables(outcomeModel,
ds, out, imputeDs2FitDsProperties, verbosity=0)
## S3 method for class 'lognet'
outcomeModelValidationReusables(outcomeModel,
ds, out, imputeDs2FitDsProperties, verbosity=0)
|
outcomeModel |
outcome model (e.g.
|
ds |
dataset for which validation needs to occur |
out |
outcomes for which validation needs to occur |
imputeDs2FitDsProperties |
see
|
verbosity |
The higher this value, the more levels of progress and debug information is displayed (note: in R for Windows, turn off buffered output) |
a single logical (TRUE
is convergence has happened
or maxIt passed)
the result of basicCheckFunction
the result of basicCheckFunction
the first row (initial estimates) and column (intercept) are skipped in the checks
Nick Sabbe nick.sabbe@ugent.be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.