Displaying 4 results from an estimated 4 matches for "listgp".
Did you mean:
list_p
2024 Jun 26
2
Ayuda para hacer una lista
...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):(as.numeric(x)*2+5)],
Norm[,(as.numeric(x)*2+5):(as.numeric(x)*3+5)])*
OR
f
*or (c in colnames(nu.Norm)){ dat1 <- nu.Norm %>% select(
contains("gp_1_")) dat2 <- nu.Norm %>% select( contains("gp_2_"...
2024 Jun 26
1
Ayuda para hacer una lista
...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):(as.numeric(x)*2+5)],
> Norm[,(as.numeric(x)*2+5):(as.numeric(x)*3+5)])*
>
> OR
>
> f
>
>
>
>
> *or (c in colnames(nu.Norm)){ dat1 <- nu.Norm %>% select(
> contains("gp_1_"))...
2024 Jun 27
2
Ayuda para hacer una lista
...;
> > #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):(as.numeric(x)*2+5)],
> > Norm[,(as.numeric(x)*2+5):(as.numeric(x)*3+5)])*
> >
> > OR
> >
> > f
> >
> >
> >
> >
> > *or (c in colnames(nu.Norm)){ dat1 <- nu.Norm...
2024 Jun 28
1
Ayuda para hacer una lista
...ill 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):(as.numeric(x)*2+5)],
>>> Norm[,(as.numeric(x)*2+5):(as.numeric(x)*3+5)])*
>>>
>>> OR
>>>
>>> f
>>>
>>>
>>>
>>>
>>> *or (c in colname...