Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

pso (version 1.0.3)

getSuccessRate-methods: Methods for Function getSuccessRate

Description

Provides the success rate as the result of conducting a test. Only implemented method is for objects of class "test.result"

Arguments

Methods

Calculates the success rate from the number of successful tests conducted as a function of the number of function evaluations used.

signature(object = "test.result")

This method is used internally by the graphical functions. Returns a list with components:

feval:

The number of function evaluations.

rate:

The corresponding success rate (between 0 and 1).

See Also

'>test.result.