get_stats: Get results statistics

Description Usage Arguments

View source: R/handle-results.R

Description

Get a table of results for how well RFQAmodel performed for a set

Usage

1
2
get_stats(results, predictor = RFQAmodel, relabel = FALSE,
  truth = "TMScore", cutoff = 0.5, rev = FALSE)

Arguments

results

dataframe

predictor

string. Column to use as the predictor (default RFQAmodel)

truth

string. Column to use as the truth (default TMScore)

cutoff

float. Cutoff that defines a correct model (default 0.5)

rev

boolean. True if lower values are better for the truth (e.g. RMSD) (default FALSE)


clarewest/RFQAmodelr documentation built on Jan. 25, 2020, 12:42 a.m.