condAccuracy: Plot conditional accuracy

Description Usage Arguments Examples

View source: R/condAccuracy.R

Description

This function plots the total accuracy as a function of maximum probability. We determine the maximum probability for each lake for a given random forest object and then plot the total accuracy for lakes at each value of x or greater

Usage

1
condAccuracy(pred_prob1, pred_prob2, xlab = "x", ...)

Arguments

...

parameters to be passed to condprob

rf

A random forest object

Examples

1
condAccuracy(all_rf_ts_prob,gis_rf_ts_prob,xImpair=0,R=1,xlab="Xc >= Prediction Probability")

USEPA/LakeTrophicModelling documentation built on Oct. 15, 2020, 4:13 p.m.