cmf_ecvr_plot_coverage_mean_error: Producing plot "coverage - mean error" for applicability...

Description Usage Arguments Examples

Description

Producing plot "coverage - mean error" for applicability domain studies Prediction variance is taken as distance to model

Usage

1
cmf_ecvr_plot_coverage_mean_error(ecvr_fname = "ligands-ecvr.RData", cmep_type = "in", smoothing = TRUE, ...)

Arguments

ecvr_fname
cmep_type
smoothing
...

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (ecvr_fname = "ligands-ecvr.RData", cmep_type = "in", 
    smoothing = TRUE, ...) 
{
    load(ecvr_fname)
    y_err <- abs(ecvr$y_exp - ecvr$y_pred_mean)
    d2m <- ecvr$y_pred_sd
    cinf_plot_coverage_mean_error(y_err, d2m, cmep_type = cmep_type, 
        smoothing = smoothing, ...)
  }

conmolfields documentation built on May 2, 2019, 4:18 p.m.