search for: ya

Displaying 20 results from an estimated 2290 matches for "ya".

2011 Nov 22
5
x, y for point of intersection
...rdinates of this point. For exemplification consider this: ? ? set.seed(123) ? k1 <-rnorm(100, mean=1.77, sd=3.33) ?k1 <- sort(k1) q1 <- rnorm(100, mean=2.37, sd=0.74) q1 <- sort(q1, decreasing = TRUE) plot(k1, q1, xlim <- c((min(k1)-5), (max(k1)+5)), type="l") ? ya <- 2 xa = -5 yb=4 xb=12 ? lines(c(xa, xb), c(ya, yb), col = 2) ? # I want to get the x and y coordinates of the intersection of the 2 lines ?. ? m <- (ya-yb)/(xa-xb) b <- ya-m*xa ln <- loess(q1~k1) lines(ln) ? It is clear that the x, y will satisfy both linear equations, y...
2014 Feb 12
4
¿Máquina virtual gratuita con Linux y R ya instalado?...
Hola, ¿Sabéis si hay algún sitio en el que se pueda descargar una máquina virtual gratuita con Linux (cualquier distro) que ya tenga R instalado? He mirado en la red y tan sólo he encontrado un sitio en el que están disponibles máquinas virtuales de diferentes distribuciones Linux: http://virtualboxes.org/images/ Pero no he encontrado ningún sitio en el que además la distribución de Linux venga ya con R instalado... Gr...
2003 Jun 11
4
some sip questions AGAIN
...daddr = 0.0.0.0 context = default transfer = yes threewaycalling = yes usecallerid = yes hidecallerid = no [sip] type=friend callerid="sip" <2222> username=sip host=188.208.12.37 accountcode=sip Thanks you all!!! Michelle ----- Tu cuenta de correo gratuita Mixmail http://mixmail.ya.com Ya.com ADSL Home 24 h, Módem + Alta ¡Gratis! http://acceso.ya.com/adslhome24h/
2014 Feb 12
2
¿Máquina virtual gratuita con Linux y R ya instalado?...
Olmo, Miguel Ángel, Muchas Gracias! Se agradece el que lo pongáis tan fácil. Como va a estar todo actualizado a lo último, y vaya no me corre una especial prisa, sí que me gustaría tener acceso a lo que estáis preparando Miguel Ángel. Ya me dices lo que tengo que hacer... Gracias de nuevo, Carlos Ortega www.qualityexcellence.es El 12 de febrero de 2014, 11:58, <miguel.angel.rodriguez.muinos@sergas.es>escribió: >...
2013 Jan 11
4
count combined occurrences of categories
...bles.   For instance, in the dataframe below, i would like to know how many times each author (au1, au2, au3 represent the first, second, third author) is associated with each of the category of the variable 'nam'. The position of the author does not matter.   nam <- c('da', 'ya', 'da', 'da', 'fr', 'fr', 'fr', 'da', 'ya', 'fr') au1 <- c('deb', 'art', 'deb', 'seb', 'deb', 'deb', 'mar', 'mar', 'joy', 'joy') au2 <- c('ar...
2011 Oct 06
1
Coefficients for lagged plm model variables not calculated
...se <lm> instead of <plm> it also will usually take into account the lagged regressors when producing a &lt;summary(model.object). The code I am using is: &gt; b<-plm.data(b,index=c("E","M")) > b.fetw<-plm(B~lag(B,k=1)+Ma+lag(Ma,k=1)+Pa+lag(Pa,k=1)+Ya+lag(Ya,k=1)+F+lag(F,k=1)+CS+R+lag(R,k=1)+G+I, > data=b, model="within", effect="twoways") > summary(b.fetw) Twoways effects Within Model Call: plm(formula = B ~ lag(B, k = 1) + Ma + lag(Ma, k = 1) + Pa + lag(Pa, k = 1) + Ya + lag(Ya, k = 1) + F + lag(F, k = 1) +...
2012 Mar 30
3
pooling in MICE
...issing due to nonresponse: [1] 0.2113750 0.2137368 0.3849378 0.1885110 0.2056638 0.4089043 0.1960244 0.1116587 0.2015711 0.1960397 0.3745362 0.2108851 0.2545268 0.4241958 0.2146440 [16] 0.2520252 0.2380274 0.2131245 0.3006583 0.2464491 0.2915607 0.2173454 0.1970864 0.1422042 Thank you very much. YA
2017 Feb 15
5
paquete Rcmdr y BiodiversityR
Estimados, Muchas gracias por sua ayuda, ya pude instalar data.table y esta funcionando. Respecto al paquete biodiversityR, no se porque ahora no me corre. El script esta correcto, pero no se porque me tira error. > fase<-diversitycomp(biobsp, y=biopcat,factor1="Fase",index="richness",method=?s") Error in...
2009 May 29
1
probably simple paste question
Dear R People: I have the following vector and am using the paste command: > ya [1] 57 2 8 > paste("stuff",ya,sep=" ") [1] "stuff 57" "stuff 2" "stuff 8" What I want to have is "stuff 57 2 8" I also tried: > yb <- paste(cat("stuff",ya)) stuff 57 2 8> yb character(0) I have the feeling that...
2010 Jul 19
1
hola
Hola amor! Finalmente llegué a D.C. Ya estoy en el albergue pero el cuarto solo va a ser liberado a la una o tal vez dos de la tarde. Pero no importa al menos ya estoy aqui, ya tomé desayuno que por cierto es horrible. Voy a poder tomar baño y usar un locker por un dolar. Entonces voy a tomar baño guardar mis cosas y salir ya que aqui n...
2008 Sep 11
2
Problemas con JRI
Hola, me llamo Ángel y estoy haciendo una aplicación en Java que usa funciones ya implementadas en R, siento molestarte para esta tontería, pero es que ya ni paso de la instalación del JRI. A ver si me puedes ayudar, te lo agradecería muchísimo!! A ver, yo leí en la página de JRI que hacen falta las mismas herramientas que para R, MINGc y el conjunto de herramientas de /bin (/b...
2017 Feb 15
3
paquete Rcmdr y BiodiversityR
Gracias Carlos, ya intente instalar varias veces el paquete data.table, pero no se porque no lo puede instalar Aqui mando la salida: > install.packages("data.table") There is a binary version available but the source version is later: binary source needs_compilation data.table 1.10.0 1.1...
2005 Dec 26
3
probably a very dumb question
why does <%= render_text "hey ya" %> cause ''undefined method `render_text'' for #<#<Class:0x3851120>:0x3851000>'' can i use render text in a template? -- Posted via http://www.ruby-forum.com/.
2017 Dec 12
2
Estimada comunidad, queria pedirles ayuda porque realmente llevo muchas horas tratando de hacer algo que debe ser simple, y por eso mismo ya me esta frustrando ...
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20171212/ed631f07/attachment.html>
2012 Mar 27
5
Rstudio, ha vuelto a pasar
Hola a todos. Pues eso que sigo teniendo problemas con Rstudio en linux mint debian. Pero pasa algo curioso. Si estoy conectado a la red,sea la que sea, si funciona, pero sin embargo si no tengo acceso no puede iniciar rsession.. ¿Alguna idea? sobre todo los que sois linuxeros...
2020 Mar 28
5
Datos oficiales de COVID-19 en España
Hola a todos, Por fin pude terminar de preparar la descarga y procesamiento de los datos por edad y sexo. Ya están en el repositorio: https://github.com/rubenfcasal/COVID-19 Ya puestos también incluí la descarga e importación de los datos acumulados del ISCIII y actualicé las tablas en https://rubenfcasal.github.io/COVID-19/COVID-19-tablas.html empleando el paquete DT. Ahora tiene tres secciones... Mis...
2017 Dec 06
3
STATA base de datos
Estimados Pienso que falta memoria, aparte de las sugerencias ya aportadas, de pronto se podrían colocar algunos rm(liberar_de_memoria), para no tener ocupado espacio que no es requerido porque ese paso ya fue realizado. Javier Rubén Marcuzzi El 6 de diciembre de 2017, 13:58, Antonio Rodriguez Andres < antoniorodriguezandres70 en gmail.com> escribió: &g...
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
...ber "31" for readability. The number "31" means the idle domain ID. In detail: - display the idle domain ID with "Idle" instead of "31" - write to the file "log-idle.log" instead of "log-dom31.log". Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> Thanks, -- KUWAMURA Shin''ya _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Oct 09
1
windows doesn't show groups in security tab of file properties
...ested this behavior on a second Win 2000 vmware instance and it's exactly the same. I checked the output of 'getent groups' on the PDC, they look good (see below). root:x:0: [...] ssh:x:103: administrators:x:999:admin domain guests:x:10004: domain machines:x:10005: buchhaltung:x:1003:ya honorar:x:1004:ya intern:x:1007:hm,madt,ya print_ops:x:1008:administrator domain_admins:x:10003:administrator igm:x:1002:hm,madt,ya dev:x:1006: software:x:1009: bpm:x:1005: pem:x:1010:hm,madt domain_users:x:10002:administrator,hm,ya,madt wks_admin:x:1011:administrator,ya I checked the groupmappin...
2012 Nov 05
0
[LLVMdev] YA Vectorization Benchmark
----- Original Message ----- > From: "Renato Golin" <rengolin at systemcall.org> > To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Monday, November 5, 2012 2:57:35 AM > Subject: [LLVMdev] YA Vectorization Benchmark > > Folks, > > Has anyone tried this benchmark before? > > http://www.netlib.org/benchmark/livermorec > > Looks interesting, maybe should be added to test-suite? I agree. FWIW, there is an updated version in this archive: http://www.roylongbottom...