plot_sens: Plot sensitivity function

View source: R/utils.R

plot_sensR Documentation

Plot sensitivity function

Description

Plots the sensitivity function and the value of the Equivalence Theorem as an horizontal line, which helps assess the optimality of the design of the given sensitivity function.

Usage

plot_sens(min, max, sens_function, criterion_value)

Arguments

min

Minimum of the space of the design, used in the limits of the representation.

max

Maximum of the space of the design, used in the limits of the representation.

sens_function

A single variable function, the sensitivity function.

criterion_value

A numeric value representing the other side of the inequality of the Equivalence Theorem.

Value

A ggplot object that represents the sensitivity function


optedr documentation built on Nov. 18, 2022, 5:12 p.m.