Description Usage Arguments Details Value See Also
This function run a diagnostic tool DT model built using the build_DT function on new data.
1 | run_DT(pathDT, metrics)
|
pathDT |
character string, the path where the built models will be saved |
metrics |
a data frame with samples in rows and biological metrics in columns |
The function takes the path where the DT model has been saved and the new data as inputs. Then, the averaged predictions for each of the DT unit (unit of a DT model corresponding to a given pressure) are computed and the predictions of the different DT units are gathered.
a data frame with the samples from newdata
in rows and the
corresponding predictions for the different pressures included in the DT
model in columns.
build_DT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.