plot.data_adapt {adaptest}R Documentation

Plot method for data_adapt objects

Description

Customized plotting method for easily examining data-adaptive statistics

Usage

## S3 method for class 'data_adapt'
plot(x, ..., plot_type = c("biomarker", "adapt_param"))

Arguments

x

(data_adapt) - object of class data_adapt as returned by adaptest

...

additional arguments passed to plot as necessary

plot_type

character vector specifying which of the two types of plots to generate: "biomarker" for a plot sorted average CV-rank, or "adapt_param" for a plot sorted by q-values with labels corresponding to indices

Value

plot of model statistics


[Package adaptest version 1.0.0 Index]