Closed
Description
library(tidyverse)
library(palmerpenguins)
penguins |>
ggplot(aes(x = flipper_length_mm,
y = body_mass_g)) +
geom_quantile(method = "rqss")
#> Warning: Removed 2 rows containing non-finite outside the scale range
#> (`stat_quantile()`).
#> Smoothing formula not specified. Using: y ~ qss(x, lambda = 1)
#> Warning: Computation failed in `stat_quantile()`.
#> Caused by error in `validObject()`:
#> ! invalid class "dsparseModelMatrix" object: superclass "xMatrix" not defined in the environment of the object's class
Created on 2024-01-16 with reprex v2.1.0
Metadata
Metadata
Assignees
Labels
No labels