You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Error when using PLNmodels::PLN with univariate input
library(PLNmodels)
#> This is packages 'PLNmodels' version 1.0.3#> Use future::plan(multicore/multisession) to speed up PLNPCA/PLNmixture/stability_selection.
data(trichoptera)
trichoptera<-PLNmodels::prepare_data(trichoptera$Abundance, trichoptera$Covariate)
# Bivariate analysisbiPLN<-PLNmodels::PLN(Abundance[,1:2] ~1, data=trichoptera)
#> #> Initialization...#> Adjusting a full covariance PLN model with nlopt optimizer#> Post-treatments...#> DONE!# Univariate analysisuniPLN<-PLNmodels::PLN(Abundance[,1] ~1, data=trichoptera)
#> Error in if (ncol(Y) == 1 & is.null(colnames(Y))) colnames(Y) <- "Y": l'argument est de longueur nulle
Problem
Error when using PLNmodels::PLN with univariate input
Created on 2023-08-23 with reprex v2.0.2
Session info
The text was updated successfully, but these errors were encountered: