print.qe.fit | R Documentation |
Print method for objects of class "qe.fit".
## S3 method for class 'qe.fit'
print(x, ...)
x |
object of class "qe.fit". |
... |
other arguments. |
No value is returned.
qe.fit
## Generate S2 summary data
set.seed(1)
n <- 100
x <- stats::rlnorm(n, 2.5, 1)
quants <- stats::quantile(x, probs = c(0.25, 0.5, 0.75))
## Fit distributions
res <- qe.fit(q1.val = quants[1], med.val = quants[2], q3.val = quants[3],
n = n)
print(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.