Displaying 20 results from an estimated 182 matches for "contra".
Did you mean:
contr
2011 Apr 21
7
repeater
...point. We can listen it at
http://myserver:8000/radio1.mp3; so, i want to know if is there any
way to "clone" that strem and send it to another server, such as
http://giss.tv:8000/radio1.mp3
Thanks.
--
Facundo Suarez
Neuquen - Capital
suarezjf -> twitter
()? ascii ribbon campaign - contra el coreo html
/\? www.asciiribbon.org?? - contra adjuntos propietarios
2008 Apr 15
2
glht with a glm using a Gamma distribution
...0.140761439, 0.218506998,
0.105017007, 0.140137615, 0.205552589, 0.081970097, 0.24352179,
0.158875904, 0.150195422, 0.187526698)
#take a gander at the lack of differences
boxplot(resp ~ trt)
#model it
a.glm<-glm(resp ~ trt, family=Gamma(link="log"))
summary(a.glm)
#set up the contrast matrix
contra<-rbind("A v. B" = c(-1,1,0,0),
"A v. C" = c(-1,0,1,0),
"A v. D" = c(-1,0,0,1))
library(multcomp)
summary(glht(a.glm, linfct=contra))
---
Yields:
Linear Hypotheses:
Estimate Std. Error z value p value
A v. B == 0 1.9646...
2013 Nov 22
0
ggplot o lattice contra graficar de manera clasica.
Hola Javier,
Yo no estoy entre la gente "pro", pero me atreveré a opinar jeje. En mi
caso particular, si dispusiera de mucho tiempo, me dedicaría a aprender lo
que pueda de todas las opciones para poder usarlas con criterio, para usar
cada cosa cuando mejor convenga. Creo que el tiempo es mi mayor limitante.
Pienso como tú: con las herramientas gráficas que trae R por defecto se
2011 May 24
3
test de Friedman , con comparación planificada simple (la primera contra el resto...).
Hola.
Hay alguna función que haga un Friedman test (digamos 4 tratamientos o
tiempos relacionados/dependientes) y que después haga una comparación
de un tratamiento contra el resto, digamos el primero, como un
contratase simple, o un Dunnett?
o simplemente ¿como hago un Dunnett para unos tratamientos relacionados?
--
Antonio M
[[alternative HTML version deleted]]
2016 Jul 10
2
Cruce Tablas
...Puedo hacerlo fácilmente, por ejemplo con merge tras haberle cambiado el nombre a FECHA ALQUILER por FECHA, y con la instruccion:merge (tabla1, tabla2, by="FECHA", all=T)
Tengo algunas dudas:
1. ¿Podría hacer este cruce sin cambiarle el nombre a las variables?
2. ¿Podría hacer este cruce contra dos variables a la vez (la FECHA de la tabla2 contra FECHA ALQUILER Y FECHA DEVOLUCION de una tacada)?
3. ¿Hay alguna alternativa mejor que "merge" para hacer este cruce?
gracias y saludos
Jose Luis Cebrian
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTM...
2004 Apr 06
4
Routing problem
...g.
I disabled all firewall rules to make tests... no results.
Anyone can help me to find where is the problem? I think it´s a routing
problem, but i don´t know where it is...
Thanks in advance,
Pereira
_________________________________________________________
Voce quer um iGMail protegido contra vírus e spams?
Clique aqui: http://www.igmailseguro.ig.com.br
Ofertas imperdíveis! Link: http://www.americanas.com.br/ig/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2013 Nov 22
3
ggplot o lattice contra graficar de manera clasica.
Hola buenas,
me gustaría plantear un pequeño debate. El otro día me llego esta dirección
a través de la lista r-bloggers
http://www.r-bloggers.com/how-to-format-plots-for-publication-using-ggplot2-with-some-help-from-inkscape/?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+RBloggers+%28R+bloggers%29
Lo cierto es que siempre me he resistido a graficar con las otras
2003 May 22
1
list W2K shares
...[CVL-SERVER-1] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
tree connect failed: NT_STATUS_DUPLICATE_NAME
What am I doing wrong?
I am using Samba 2.2.8a and the server (W2K) is not on the same LAN I
am.
--
Ethy H. Brito /"\
InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
+55 (12) 3941-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
S.J.Campos - Brasil / \
2011 Sep 05
4
Broadcom Wifi Problem
...nstall-broadcom-bcm4311-802-11bg-wlan-
drivers-on-centos/
and
http://www.broadcom.com/docs/linux_sta/README.txt
modifying for that fact that I use wlan0 rather than eth1.
The wifi is now dead-in-the-water. The wlan light now
remains red, and neither ifconfig nor iwconfig show any
sign of wlan0 (contra to the situation before I installed
the new driver). It still works in the WinXP partition.
Suggestions for my next step in fixing this would be most
welcome.
Thank,
Mike.
2013 Nov 23
1
ggplot o lattice contra graficar de manera clasica.
Hola, ¿qué tal?
Yo suelo utilizar los gráficos básicos de R para hacer gráficos
rápidos y, digámoslo así, para uso personal.
Sin embargo, para crear gráficos para terceros con un poco más de
"calidad" me decanto por ggplot2 (y sé que muchos otros usan lattice
con el mismo fin e idénticos resultados).
Un recurso fundamental (para mí) de ggplot2 (y lattice) es el de las
2010 Jun 04
0
MLG con Binomial Negativa
...=nochoice)
obtengo:
*Null deviance: 380.87 on 299 degrees of freedom*
*Residual deviance: 268.31 on 270 degrees of freedom*
*AIC: 762.1*
Como puede apreciarse, la Null deviance cambia. Entonces, cuando quiero
construir la table de análisis de la deviance para reportar los resultados,
no sé contra qué comparar los modelos no-nulos: a) contra la Null deviance
del modelo Nulo ajustado explícitamente, o b) contra cada Null deviance que
arroja el programa al ajustar cada modelo no-nulo. Con la opción (a) la
residual deviance del modelo no-nulo es mayor que la del modelo Nulo (263.5
vs. 268.31, l...
2016 Jan 18
2
how to flush user input before READ()
On Mon, 18 Jan 2016, Ethy H. Brito wrote:
>> how to flush user input before READ()?
How about a read() to a dummy variable with a 1 second timeout to consume
the octothorpe and password?
--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST
2004 Oct 19
1
[fdo] Integration of network-softwares like samba, nfs and sftp with the desktop
Hi there,
I would like to enable the desktop user to create shared folders, for
example using protocols like Samba, nfs and sftp.
For the user to make this possible, the user needs (on a Linux machine
configured with the defaults of most current Linux distributions) root
privileges.
However. In a desktop environment, in my humble opinion the possibility
for a normal user to configure a simple
2006 Jan 26
8
nat table remenbering nat''s
...he data flow (observed with tcpdump) is still there!
It is like the state machine does not let go this data flow.
What to do to block this data flow??
Is there any way to flush the conntrack database?
Regards
--
Ethy H. Brito /"\
InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
+55 (12) 3941-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
S.J.Campos - Brasil / \
2017 Mar 18
2
Ocultar código
Buenos días, en medio del trabajo se me ocurre la idea de ocultar parte del
código de un scrpit de programación, esto ayudaría a la validación de los
resultados y del paso a paso. Es posible hacer esto? o encriptar de alguna
forma? si bien va en contra de los principios del proyecto R tal vez se
puede hacer.
Saldos y gracias
Andrés
[[alternative HTML version deleted]]
2011 Apr 21
3
make giss.tv as slave
...if we can
make the same with icecast2. Darkice stream to any server
just knowing user, pass, mount. I need to do the same, but with the
streams on MY server. May be any other aplication do the trick.
Thanks!
--
Facundo Suarez
Neuquen - Capital
suarezjf -> twitter
()? ascii ribbon campaign - contra el coreo html
/\? www.asciiribbon.org?? - contra adjuntos propietarios
2008 Jan 17
6
Problems with sqlserver 2000 and ActiveRecord
...o a sql server 2000
database with ActiveRecord-2.0.1 and ruby 186-26, from
win XP.
Using the next conenction config:
ActiveRecord::Base.establish_connection(
:adapter => "sqlserver",
:database => "nombre_bd",
:username => "usu",
:password => "contra"
)
I have the next error:
C:/ruby/lib/ruby/site_ruby/1.8/dbi.rb:329:in `load_driver'': Unable to
load driver ''ADO'' (DBI::InterfaceError)
I don''t understand whre''s the matter, i have installed the client tools
of sql server 2000 and 2005, and i hav...
2005 Dec 16
2
tc filter match u8 problem??
...d dev eth0 protocol ip parent 1: prio 2 \
u32 \
match u16 0x0800 0xffff at -2 \
match u16 8 0xff00 at 20 \
flowid 1:5
#
Environment:
Slackware 10.2
tc utility, iproute2-2.6.11_050330
--
Ethy H. Brito /"\
InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
+55 (12) 3941-6860 X ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
S.J.Campos - Brasil / \
2017 Jun 14
6
Regresión ponderada
Colegas:
Necesito hacer una serie de ajustes de un modelo de decaimiento exponencial
a unos datos de concentración de compuestos fluorescentes contra el tiempo.
Para la mayoría de los experimentos tengo tres réplicas por cada tiempo, y
haciendo los gráficos correspondientes parece haber diferencias muy grandes
en la dispersión de los datos, siendo generalmente mas grandes al principio
del experimento que al final.
Quiero hacer el ajuste de un m...
2017 Jul 07
2
RV: gráfico dispersión
...infomed.sld.cu' <josebetancourt.cmw en infomed.sld.cu
<mailto:josebetancourt.cmw en infomed.sld.cu> >
Asunto: gráfico dispersión
Estimados
He buscado en ggplot2 y no encuentro un script que me permita plotear una
variable cuantitativa continua (representada con una línea) contra cuatro
variables cuantitativas ( representadas con puntos de diferentes colores)
Mis saludos
José
--
Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia es...