Learn R Programming

WLinfer (version 1.2.0)

summary.WL: Summarizing WL function

Description

summary method for a class "WL".

Usage

# S3 method for WL
summary(object, ...)

# S3 method for summary.WL print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

object

an object of class "WL" made by the function WL.

...

not used, but exists because of the compatibility.

x

an object of class "summary.WL".

digits

a numeric number of significant digits.

Examples

Run this code
example <- fail_fiber
result <- WL(example, est_method="MLEc")
summary(result)

Run the code above in your browser using DataLab