search for: sanda

Displaying 7 results from an estimated 7 matches for "sanda".

Did you mean: sands
2013 Sep 27
3
duda
...da #Adjunto unos datos en csv library (epicalc) #Gráficos exploratorios #este comando no se ejecuta porque no ve las variables summ(IMC, by=escolaridad ) ##?porqué no ve las variables? #tuve que hacer esto que me parece que se podría hacer de manera más sencilla IMC <- (sanda[,c(1)]) escolaridad <- (sanda[,c(2)]) #y entonces si lo hace summ(IMC, by=escolaridad Dr. José A. Betancourt Bethencourt Departamento de investigaciones Universidad de Ciencias Médicas Apartado postal 320 Camagüey,Cuba -- Este mensaje le ha llegado mediante el servicio d...
2013 Sep 27
1
RV: cronbach
rm(list = ls()) #borra todo lo anterior en memoria setwd("G:/Public/Documents/R/EPICALC/") #como se llama la data desde su path sanda<-read.csv("sandavid2.csv",header=TRUE, sep=",", dec=".") use(sanda) attach (sanda) library (MASS) label.cronbach <- label.var(p01, "¿Consume mucho pan? ") ####¿Hay alguna manera de nombrarlos más fácil y menos trabajosa label.cronbach <- label...
2013 Sep 27
0
duda
Hola José A. Entiendo que cargas lso datos del fichero con algo parecido a esto.... misdatos=read.table("sanda.csv",sep=",",header=TRUE) luego, si no quieres referirte a las variables así misdatos$IMC tendrás que hacer un attach(misdatos) por lo que ya funcionarían cosas como summary(IMC) [en vez de sumemry(misdatos$IMC) en tu caso... require(epicalc) summ(IMC,by=escolaridad) Espero que e...
2013 Sep 27
2
RV: cronbach
¿existe algún método en el cual no sea necesario hacer este trabajo y que aparezcan los nombres de las preguntas? label.cronbach <- label.var(p01, "¿Le agrada el programa que se le ha mostrado? ") label.cronbach <- label.var(p02, "¿Cree que ayuda en el aprendizaje?") label.cronbach <- label.var(p03, "¿Propicia el trabajo en el equipo?") label.cronbach
2012 Mar 02
1
Detection of permission changes
Hi, is rsync supposed to detect permission change only (if other attributes are equal at both source and target)? I'm able to synchronize permissions by -p when the file changes (e.g. its timestamp when -t is used) but otherwise the sole permission change of the file (e.g. via chmod u-w file) remains unnoticed. Any hint? Thanks, Pavel
2012 Jan 27
0
Asterisk 1.8.9.0 Now Available
...rticipation. Thank you! The following is a sample of the issues resolved in this release: * AST-2012-001: prevent crash when an SDP offer is received with an encrypted video stream when support for video is disabled and res_srtp is loaded. (closes issue ASTERISK-19202) Reported by: Catalin Sanda * Handle AST_CONTROL_UPDATE_RTP_PEER frames in local bridge loop. Failing to handle AST_CONTROL_UPDATE_RTP_PEER frames in the local bridge loop causes the loop to exit prematurely. This causes a variety of negative side effects, depending on when the loop exits. This patch handles the frame...
2012 Jan 27
0
Asterisk 10.1.0 Now Available
...rticipation. Thank you! The following is a sample of the issues resolved in this release: * AST-2012-001: prevent crash when an SDP offer is received with an encrypted video stream when support for video is disabled and res_srtp is loaded. (closes issue ASTERISK-19202) Reported by: Catalin Sanda * Allow playback of formats that don't support seeking. ast_streamfile previously did unconditional seeking on files that broke playback of formats that don't support that functionality. This patch avoids the seek that was causing the problem. (closes issue ASTERISK-18994) Patc...