Antoine Bichat
Antoine Bichat
Thanks for your answer and sorry for the delay. I understand your point of returning only the preprocessing/projection output of `step_pls()` and not the entire mixOmics object. However, as `tidymodels`...
Thanks! The goal (at least for the proportion of the variance explained) is be able to add `(xx %)` on the axis titles of the projection without going back to...
AFAIK, two engines are usually use to perform DBSCAN algorithm in R: [`dbscan`](https://cran.r-project.org/web/packages/dbscan/index.html) and [`fpc`](https://cran.r-project.org/web/packages/fpc/index.html), which can be used to power `tidyclust`. `dbscan` (has a better documentation and) also proposes...
Just to give another example with `step_holiday()`, whose `holidays` argument is not tunable. ``` library(tidyverse) library(tidymodels) examples
**Description for Bioconductor package** ``` > dput(packageDescription("limma")) structure(list(Package = "limma", Version = "3.56.2", Date = "2023-06-03", Title = "Linear Models for Microarray Data", Description = "Data analysis, linear models and...
Thanks for checking it. It works for me now, even with 0.4.1 :)
Hi, I'm still getting this issue with `{survminer} 0.5.0` ``` r library(survival) library(survminer) survfit(Surv(time, status) ~ sex, data = lung) %>% ggsurvplot() ## works fine frml % ggsurvplot() #> Error...