print.betanb: Print Method for an Object of Class 'betanb'

View source: R/betaNB-methods-beta-nb.R

print.betanbR Documentation

Print Method for an Object of Class betanb

Description

Print Method for an Object of Class betanb

Usage

## S3 method for class 'betanb'
print(x, alpha = NULL, type = "pc", digits = 4, ...)

Arguments

x

Object of Class betanb, that is, the output of the BetaNB(), RSqNB(), SCorNB(), DeltaRSqNB(), PCorNB(), or DiffBetaNB() functions.

alpha

Numeric vector. Significance level \alpha. If alpha = NULL, use the argument alpha used in x.

type

Charater string. Confidence interval type, that is, type = "pc" for percentile; type = "bc" for bias corrected; type = "bca" for bias corrected and accelerated.

digits

Digits to print.

...

additional arguments.

Value

Prints a matrix of estimates, standard errors, number of bootstrap replications, and confidence intervals.

Author(s)

Ivan Jacob Agaloos Pesigan


betaNB documentation built on April 12, 2025, 9:13 a.m.