# \donttest{
# Generate a small sample from Kumaraswamy distribution
set.seed(2203)
y <- rkw(50, alpha = 2.5, beta = 1.5)
# Fit the model with minimal options for speed
fit <- gkwfit(data = y, family = "kw", plot = FALSE, silent = TRUE)
# Print method displays concise model summary
print(fit)
# Alternative: object prints automatically when returned
fit
# }
Run the code above in your browser using DataLab