| print.duane | R Documentation |
This function prints a summary of the Duane analysis result.
## S3 method for class 'duane'
print(x, ...)
x |
An object of class "duane" returned by the duane_plot function. |
... |
Additional arguments (not used). |
Invisibly returns the input object.
Other Duane functions:
duane(),
plot.duane()
times <- c(100, 200, 300, 400, 500)
failures <- c(1, 2, 1, 3, 2)
fit <- duane(times, failures)
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.