search for: xdrop

Displaying 6 results from an estimated 6 matches for "xdrop".

Did you mean: drop
2015 Jul 06
2
Pasar un listado de variables como argumento de una función
.... Un ejemplo seria: DATOS <- data.frame(SE=c("M", "H", "M", "M", "H"), EDAD=c(50, 60, 20, 18, 30), GRP_S=c("B", "0", "B", "A", "B")) DES = function(XDATOS, XDROP=F) { print(names(XDATOS)) DATOS_S <- subset(XDATOS, select = -c(XDROP)) } Sin "" da el error: > DES(DATOS, c(EDAD, GRP_S)) [1] "SE" "EDAD" "GRP_S" Error in print(XDROP) : object 'EDAD' not found Con "" da el error: > DES...
2015 Jul 07
3
Pasar un listado de variables como argumento de una función
...Existe alguna solución que pueda incorporar esta flexibilidad? Gracias Carlos y saludos. On Tue, 7 Jul 2015 00:26:54 +0200 Carlos Ortega <cof en qualityexcellence.es> wrote: > Hola, > > Puedes hacerlo de esta otra forma: > > #----------------- > DES = function(XDATOS, XDROP) { > #print(names(XDATOS)) > #print(XDROP) > DATOS_S <- XDATOS[, setdiff(names(XDATOS), XDROP) ] > return(DATOS_S) > } > > DES(DATOS, c("EDAD", "GRP_S")) > #----------------- > > > Saludos, > Carlos Ortega > www.qualityexcelle...
2015 Jul 14
4
Conservar el nombre de la variable entre varias funciones: ejemplos de resultados
...abla cruzadas con una variable dependiente cualitativa. =Inicio funciones ======================================== ##-------------------------------------------------------------- ## DESUNI ##-------------------------------------------------------------- DESUNI = function(XDADES, XDROP=NULL, XVD=NULL, XSPV=NULL # Si és una anàlisi de SPV # Pot tenir el valor TRUE ) { options(digits = 3, OutDec=",", scipen=999) ## No existeix VD: descriptiva if(is.null(XVD)) # No existeix VD: descriptiva { cat(&quo...
2015 Jul 13
2
Conservar el nombre de la variable entre varias funciones
Hola: Con esto del R me da la impresión que avanzo un paso y retrocedo dos! El caso es que tengo una "cascada de funciones", para realizar un análisis descriptivo "automático" en función del tipo de variable. Y en los resultados, en lugar de aparecer el nombre de la variable, aparece el nombre del argumento. Esto ocurre tanto si utilizo o no la función get(). Un ejemplo
2005 Feb 01
4
Shorewall problem
I am getting the following message when Shorewall stops can anybody shed any light on this message and where I should be looking? Thanks root@bobshost:~# shorewall stop Loading /usr/share/shorewall/functions... Processing /etc/shorewall/params ... Processing /etc/shorewall/shorewall.conf... Loading Modules... Stopping Shorewall...Processing /etc/shorewall/stop ... IP Forwarding Enabled
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...; + echo ''# '' + read first rest + ''['' x#ACTION = xINCLUDE '']'' + echo ''#ACTION '' + read first rest + ''['' x = xINCLUDE '']'' + echo '' '' + read first rest + ''['' xDropSMB = xINCLUDE '']'' + echo ''DropSMB #Silently Drops Microsoft SMB Traffic'' + read first rest + ''['' xRejectSMB = xINCLUDE '']'' + echo ''RejectSMB #Silently Reject Microsoft SMB Traffic'' + read first rest + '...