search for: vivo

Displaying 20 results from an estimated 107 matches for "vivo".

Did you mean: vio
2013 Jul 23
2
Comparación entre dos DL50's
Hola compañeros de la lista. Tengo el análisis que muestro abajo, para la estimación de la Dosis Letal Media (DL50) por medio de regresión logística, de dos compuestos similares (denominados 1 y 2) aplicados a grupos de individuos similares, evaluando el número de individuos vivos y muertos al final del ensayo. Mi duda es qué forma me recomiendan para determinar si la diferencia es significativa entre las DL50's estimadas para cada compuesto. De antemano muchas gracias por su ayuda. ---------------------------------------------------------------------- Código:...
2013 Jul 23
0
Comparación entre dos DL50's
...1 - LD50.2 # diferencia real d #p = 0.5: #37.31248 # ------------ # bootstrap # ------------ B <- 1000 # numero de muestras bootstrap d.sample <- replicate(B, { i <- sample(NROW(y1), NROW(y1), TRUE) datos.1.i <- datos.1[i, ] datos.2.i <- datos.2[i, ] y1 = with(datos.1.i, cbind(vivos.1,muertos.1)) y2 = with(datos.2.i, cbind(vivos.2,muertos.2)) modelo.logistico.1 = glm(y1 ~ log(dosis.1),binomial, data = datos.1.i) modelo.logistico.2 = glm(y2 ~ log(dosis.2),binomial, data = datos.2.i) log.LD50.1 <- dose.p(modelo.logistico.1,p = 0.5) log.LD50.2 <- dose.p(modelo.logistico...
2023 Mar 09
8
[PATCH v3 1/6] fs: add i_blockmask()
Introduce i_blockmask() to simplify code, which replace (i_blocksize(node) - 1). Like done in commit 93407472a21b("fs: add i_blocksize()"). Signed-off-by: Yangtao Li <frank.li at vivo.com> --- v3: -none v2: -convert to i_blockmask() include/linux/fs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/linux/fs.h b/include/linux/fs.h index c85916e9f7db..17387d465b8b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -711,6 +711,11 @@ static inline unsig...
2023 Mar 09
5
[PATCH v2 1/5] fs: add i_blockmask()
...ertain of the sender's intent. ---------------------------------------------------------------------- Introduce i_blockmask() to simplify code, which replace (i_blocksize(node) - 1). Like done in commit 93407472a21b("fs: add i_blocksize()"). Signed-off-by: Yangtao Li <frank.li at vivo.com> --- v2: -convert to i_blockmask() include/linux/fs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/linux/fs.h b/include/linux/fs.h index c85916e9f7db..17387d465b8b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -711,6 +711,11 @@ static inline unsigned int i_...
2023 Mar 10
5
[PATCH v4 1/5] fs: add i_blockmask()
Introduce i_blockmask() to simplify code, which replace (i_blocksize(node) - 1). Like done in commit 93407472a21b("fs: add i_blocksize()"). Signed-off-by: Yangtao Li <frank.li at vivo.com> --- v4: -drop ext4 patch -erofs patch based on mainline -a bit change in ocfs2 patch include/linux/fs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/linux/fs.h b/include/linux/fs.h index c85916e9f7db..17387d465b8b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h...
2016 Apr 09
2
Arguments to utils:::menuInstallPkgs
...example: > utils:::menuInstallPkgs(loc=.libPaths()[2]) > utils:::menuInstallLocal(loc=.libPaths()[2]) Thanks, ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ Jose Claudio Faria Estatistica UESC/DCET/Brasil joseclaudio.faria at gmail.com Telefones: 55(73)3680.5545 - UESC 55(73)99966.9100 - VIVO 55(73)99100.7351 - TIM 55(73)98817.6159 - OI 55(73)98129.9942 - CLARO ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ [[alternative HTML version deleted]]
2023 Mar 22
3
[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
There are plenty of using kobject_del() and kobject_put() together in the kernel tree. This patch wraps these two calls in a single helper. Signed-off-by: Yangtao Li <frank.li at vivo.com> --- v3: -convert to inline helper v2: -add kobject_del_and_put() users include/linux/kobject.h | 13 +++++++++++++ lib/kobject.c | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/include/linux/kobject.h b/include/linux/kobject.h index bdab370a24f4..e21b7c2...
2011 Jan 14
2
subset factor?
Hi, I used subset command, like this: grupoP = subset(dados, grupos=='P', select=c(mortos, vivos, doses, percevejos, p)) and the variables in select option are numeric. I tried fit a model with command: ajuste.logit = glm(cbind(mortos,percevejos)~log10(doses), family=binomial(logit), data=grupoP) and the output is: > ajuste.logit = glm(cbind(mortos,percevejos)~log10(doses), > fa...
2016 Apr 09
0
Arguments to utils:::menuInstallPkgs
...> > > utils:::menuInstallLocal(loc=.libPaths()[2]) > > Thanks, > ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ > Jose Claudio Faria > Estatistica > UESC/DCET/Brasil > joseclaudio.faria at gmail.com > Telefones: > 55(73)3680.5545 - UESC > 55(73)99966.9100 - VIVO > 55(73)99100.7351 - TIM > 55(73)98817.6159 - OI > 55(73)98129.9942 - CLARO > ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSC...
2020 Nov 12
1
Propensity Score Matching
...rmitiría balancear todas las variables desde el primer momento e incluirlos en el análisis de supervivencia con la premisa de que parten de valores iguales/cuasi-iguales. Aquí es donde tengo dudas: si decido aplicar el PSM Como debo realizar esta homogeneización? 1. Si tengo 2 estados por ejemplo vivo vs Muerto??> Calculo el riesgo de propensión a partir de esta variable ?estado? cuando realize el glm inicial ya que mi variable de exposición/tratamiento es estar vivo o Muerto? 2. Utilizar mi variable ?x? categorizada como variable exposición y partir de esta calcular el score de propensión?...
2015 Mar 21
3
Combinatoria
Hola buenos días, me presento, me llamo Miguel y 'soy de' y 'vivo en' Galicia. Soy profesor de secundaria (Bachillerato Adultos) y llevo 15 días estudiando R a un buen ritmo, pero todavía me faltan miles de cosas. He visto que R facilita, no solo el análisis de datos y que posee una potencia en cálculos estadísticos a cualquier nivel, sino gran caudal de rec...
2020 Nov 10
0
Help propensity score
...rmitiría balancear todas las variables desde el primer momento e incluirlos en el análisis de supervivencia con la premisa de que parten de valores iguales/cuasi-iguales. Aquí es donde tengo dudas: si decido aplicar el PSM Como debo realizar esta homogeneización? 1. Si tengo 2 estados por ejemplo vivo vs Muerto??> Calculo el riesgo de propensión a partir de esta variable ?estado? cuando realize el glm inicial ya que mi variable de exposición/tratamiento es estar vivo o Muerto? 2. Utilizar mi variable ?x? categorizada como variable exposición y partir de esta calcular el score de propensión?...
2023 Mar 10
1
[PATCH v3 4/6] ext4: convert to use i_blockmask()
On Thu, Mar 09, 2023 at 11:21:25PM +0800, Yangtao Li wrote: > Use i_blockmask() to simplify code. > > Signed-off-by: Yangtao Li <frank.li at vivo.com> > --- > v3: > -none > v2: > -convert to i_blockmask() > fs/ext4/inode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c > index d251d705c276..eec36520e5e9 100644 > --- a/fs/ext4/inode.c > +++ b/...
2023 Mar 10
1
[PATCH v4 2/5] erofs: convert to use i_blockmask()
Use i_blockmask() to simplify code. Signed-off-by: Yangtao Li <frank.li at vivo.com> --- fs/erofs/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/erofs/data.c b/fs/erofs/data.c index e16545849ea7..d394102ef9de 100644 --- a/fs/erofs/data.c +++ b/fs/erofs/data.c @@ -376,7 +376,7 @@ static ssize_t erofs_file_read_iter(struct kiocb *iocb, struct i...
2023 Mar 19
1
[PATCH v2, RESEND 08/10] ocfs2: convert to kobject_del_and_put()
Use kobject_del_and_put() to simplify code. Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org> Cc: "Rafael J. Wysocki" <rafael at kernel.org> Signed-off-by: Yangtao Li <frank.li at vivo.com> --- fs/ocfs2/filecheck.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/ocfs2/filecheck.c b/fs/ocfs2/filecheck.c index 1ad7106741f8..fb9cf601245b 100644 --- a/fs/ocfs2/filecheck.c +++ b/fs/ocfs2/filecheck.c @@ -198,8 +198,7 @@ void ocfs2_filecheck_remove_sysfs(str...
2023 Mar 20
1
[PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
...disruption, I did not send the patchset to everyone. However, it seems that my consideration was unnecessary, so I CC'd everyone on the first patch. If you would like to see the entire patchset, you can access it at this address. https://lore.kernel.org/lkml/20230319092641.41917-1-frank.li at vivo.com/ Thx, Yangtao
2023 Mar 22
1
[PATCH v3 08/10] ocfs2: convert to kobject_del_and_put()
Use kobject_del_and_put() to simplify code. Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org> Cc: "Rafael J. Wysocki" <rafael at kernel.org> Cc: Damien Le Moal <damien.lemoal at opensource.wdc.com> Signed-off-by: Yangtao Li <frank.li at vivo.com> --- fs/ocfs2/filecheck.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/ocfs2/filecheck.c b/fs/ocfs2/filecheck.c index 1ad7106741f8..fb9cf601245b 100644 --- a/fs/ocfs2/filecheck.c +++ b/fs/ocfs2/filecheck.c @@ -198,8 +198,7 @@ void ocfs2_filecheck_remove_sysfs(str...
2001 Aug 20
1
Cave plots
Hi all, Is there a way to compare time series using cave plots with R ? Thank you for your time. --------------------- Patrick Gonin Responsable D?partement Evaluation in vivo GENETHON III- CNRS URA 1923 1 bis, rue de l'Internationale BP 60 91002 EVRY CEDEX FRANCE Tel: 33-1-69-47-10-21 Fax: 33-1-60-77-86-98 gonin at genethon.fr --------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www....
2005 May 16
0
Re: Dual Monitors -- "nv" v. "nvidia"
From: Richard Humphrey <rlhumphrey at gmail.com> > Thanks that did the trick Although nVidia does put people on the Freedomware "nv" driver, and it can handle multiple framebuffers for Xinerama, VIVO (video in, video out), etc..., the Standardware "nvidia" driver is far easier to deal with for single framebuffer (no Xinerama) multiple displays, VIVO, etc..., in addition to adding GLX (OpenGL over X11) support. -- Bryan Political Notes: nVidia actually released the GLX code for th...
2023 Mar 10
1
[PATCH v3 2/6] erofs: convert to use i_blockmask()
...fb at kernel.org/T/#t And then Yangtao would like to wrap this as a new VFS helper, I'm not sure why it's necessary since it doesn't save a lot but anyway, I'm open to it if VFS could have such new helper. Thanks, Gao Xiang > >> Signed-off-by: Yangtao Li <frank.li at vivo.com> >> --- >> v3: >> -none >> v2: >> -convert to i_blockmask() >> fs/erofs/data.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/fs/erofs/data.c b/fs/erofs/data.c >> index 7e8baf56faa5..e9d1869cd4b3 1006...