summary.bisection.print: Print results in constructing bounds in bisection method

View source: R/invertci.R

summary.bisection.printR Documentation

Print results in constructing bounds in bisection method

Description

This function is used to display the message when constructing the bounds and used in summary.invertci to print the results in each step of the bisection method.

Usage

## S3 method for class 'bisection.print'
summary(df_bis, i, ...)

Arguments

df_bis

A data frame storing the information from the bisection method.

i

The row number that we want to print for df_bis.

...

Additional arguments.

Value

Nothing is returned.


conroylau/lpinfer documentation built on Oct. 23, 2022, 9:21 a.m.