summary.feasible: Summarize a 'feasible' object

View source: R/summary.feasible.R

summary.feasibleR Documentation

Summarize a feasible object

Description

Displays the full summary of an object returned by feasible.

Usage

## S3 method for class 'feasible'
summary(object, ...)

Arguments

object

An object of class "feasible" as returned by feasible.

...

Unused; included for S3 method compatibility.

Details

The method extracts the data frame stored in the "summary" attribute of the feasible object. This data frame contains (at least) the following columns:

  • time: Time index t.

  • Strategy: Index of the intervention strategy.

  • Abar: The target intervention value at time t.

  • Feasible: Mean of the mapped feasible values for the targeted bin.

  • %infeasible: Proportion of observations falling below the estimated density threshold for the given Abar as targeted.

If the "summary" attribute is NULL, the method prints “No summary available.”

Value

A data frame containing the summary if available; otherwise NULL.

See Also

feasible, plot.feasible


CICI documentation built on April 7, 2026, 5:08 p.m.