Displaying 4 results from an estimated 4 matches for "select_if".
2024 Jun 26
2
Ayuda para hacer una lista
...ns? ")
print(paste("You have ", y , "conditions")
###########################
Esta parte para renombrar las intensidades usando x e y
###### 2
for (i in 1:y){
varnames[i] <- c(rep(paste0("gp_", i), y))
}
varnames
Group <- factor(varnames)
nu.Norm <- select_if(Norm, is.numeric)
#this part will change the columns names, do we want that?
names(nu.Norm) <- paste0(rep(varnames, each=x), "_", 1:x)
nu.Norm
##############################
Crear listas para el boxplot
###### 3
*listgp <- list(Norm[,6:(as.numeric(x)+5)],
Norm[,(as.numeric(x)+5):...
2024 Jun 26
1
Ayuda para hacer una lista
...ons")
>
> ###########################
> Esta parte para renombrar las intensidades usando x e y
> ###### 2
>
> for (i in 1:y){
> varnames[i] <- c(rep(paste0("gp_", i), y))
> }
> varnames
>
> Group <- factor(varnames)
>
> nu.Norm <- select_if(Norm, is.numeric)
>
> #this part will change the columns names, do we want that?
> names(nu.Norm) <- paste0(rep(varnames, each=x), "_", 1:x)
> nu.Norm
>
> ##############################
> Crear listas para el boxplot
> ###### 3
>
> *listgp <- list(No...
2024 Jun 27
2
Ayuda para hacer una lista
...t; > Esta parte para renombrar las intensidades usando x e y
> > ###### 2
> >
> > for (i in 1:y){
> > varnames[i] <- c(rep(paste0("gp_", i), y))
> > }
> > varnames
> >
> > Group <- factor(varnames)
> >
> > nu.Norm <- select_if(Norm, is.numeric)
> >
> > #this part will change the columns names, do we want that?
> > names(nu.Norm) <- paste0(rep(varnames, each=x), "_", 1:x)
> > nu.Norm
> >
> > ##############################
> > Crear listas para el boxplot
> > ###...
2024 Jun 28
1
Ayuda para hacer una lista
...ar las intensidades usando x e y
>>> ###### 2
>>>
>>> for (i in 1:y){
>>> varnames[i] <- c(rep(paste0("gp_", i), y))
>>> }
>>> varnames
>>>
>>> Group <- factor(varnames)
>>>
>>> nu.Norm <- select_if(Norm, is.numeric)
>>>
>>> #this part will change the columns names, do we want that?
>>> names(nu.Norm) <- paste0(rep(varnames, each=x), "_", 1:x)
>>> nu.Norm
>>>
>>> ##############################
>>> Crear listas para el...