powered by
summary method for a class "WL".
summary
# S3 method for WL summary(object, ...)# S3 method for summary.WL print(x, digits = max(3, getOption("digits") - 3), ...)
# S3 method for summary.WL print(x, digits = max(3, getOption("digits") - 3), ...)
an object of class "WL" made by the function WL.
WL
not used, but exists because of the compatibility.
an object of class "summary.WL".
a numeric number of significant digits.
example <- fail_fiber result <- WL(example, est_method="MLEc") summary(result)
Run the code above in your browser using DataLab