search for: dosi

Displaying 20 results from an estimated 26 matches for "dosi".

Did you mean: dos
2008 Mar 05
2
matrix inversion using solve() and matrices containing large/small values
...matic optimisation of a calibration process, which involves the inverse of the information matrix) code: ********************* > macht=0.8698965 > coeff=1.106836*10^(-8) > echtecoeff=c(481.46,19919.23,-93.41188,0.5939589,-0.002846272,8.030726e-6 ,-1.155094e-8,6.357603e-12)/10000000 > dosis=c(0,29,70,128,201,290,396) > dfdb <- array(c(1,1,1,1,1,1,1,dosis,dosis^2,dosis^3,dosis^4,dosis^5,dosis^6,dosis^7),dim=c(7,8)) > dfdbtrans = aperm(dfdb) > sigerr=sqrt(coeff*dosis^macht) > sigmadosis = c(1:7) > for(i in 1:7){ sigmadosis[i]=ifelse(sigerr[i]<2.257786084*10^(-4)...
2010 Jan 12
6
Ordenar un factor
Hola a todos . ¿cómo puedo ordenar los niveles de un factor? Ejemplo > x<-c("0","0-9","10-49","50-99","100-199",">200") > dosis<-factor(rep(x,10)) > dosis [1] 0 0-9 10-49 50-99 100-199 >200 0 0-9 10-49 [10] 50-99 100-199 >200 0 0-9 10-49 50-99 100-199 >200 [19] 0 0-9 10-49 50-99 100-199 >200 0 0-9 10-49 [28] 50-99 100-199 &gt...
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 signi...
2013 May 12
2
need means on all boxplots, but only half of them got that
I tried to draw a point on all boxplots for their means, I did: boxplot( Daten$weight~interaction(Daten$Dosis,Daten$sex, drop=TRUE)) means<-tapply( Daten$weight, Daten$Dosis, mean) points(means, pch=5, col="red", lwd=5) but only the boxplots for male got that point on them, its really weird because I don't think that I separated the sex in the codes above [[alternative HTML version del...
2013 Jul 23
0
Comparación entre dos DL50's
...;- 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.2,p = 0.5) LD50.1 <- exp(log.LD50.1[1]) LD50.2 <- exp(log.LD50.2[1]) LD50.1 - LD50.2 }) d.samp...
2000 Mar 04
0
Re: persp() problem
At 22:31 03/03/00 +0100, Troels Ring wrote: >Dear friends. A very humble admirer of the progress of R with a very simple problem. I have the data shown below > >month day year dosis vanco >12 31 1999 1 3.8 >1 3 2000 1 2.4 >1 7 2000 1 3.4 >1 12 2000 2 7.1 >1 14 2000 2 5.3 >1 17 2000 2 5.7 >1 19 2000 3 7.7 >1 21 2000 3 8.3 >1 24 2000 4 8.7 >1 26 2000 4 11.1 >1 31 2000 4 12.3 >2 7 2000 4.5 12.0 >2 14 2000 4.5 14.9 >2 18 2000 4.5 23.0 &g...
2013 May 11
3
boxplot with grouped variables
my dataset looked like this in the beginning: >Daten V1 V2 V3 1 Dosis Gewicht Geschlecht 2 0 6.62 m 3 0 6.65 m 4 0 5.78 m 5 0 5.63 m I need box plots for V2 with all combination of V1 and V3, so I deleted the first row, and tried this: boxplot(Daten$V2[Daten$V3=="m"]) but it does not work...
2012 May 15
6
Curva dosis-respuesta
Buenos dias R-help-es, Estoy interesado en estimar una curva dosis-respuesta para un conjunto de datos y para ello, estoy utilizando la libreria "drm". Hasta ahi todo bien. Me gustaria automatizar algunas cosas y el primer paso para ello es la estimacion del modelo. Si la estimacion funciona, todo lo demas funciona; de lo contrario, todo fallara. Te...
2014 Mar 17
5
LD50
Quiero comparar varias dosis letales 50% (LD50) usando análisis probit. He seguido un ejemplo que viene en paquete DRC, pero no obtengo el resultado esperado. Lo que quiero es saber si las LD50s, son diferentes y si la diferencias son estadísticamente significativas. Gracias de antemano. José Arturo e-mail. jafarfan@uady...
2009 Oct 28
4
Insertar filas en un data frame
Hola, Por favor, necesito insertar una fila debajo de las filas que tengan DV distinto de cero, pero no me deja insertar hasta el final de la tabla. Esta es mi tabla y este es el código con el que estoy apurado. C ID TIME DV AMT RATE CMT SS II EVID GRUPO VISITA DOSIS VECES FORMA NAP EDAD SEXO ALTURA PESO 11 0 0 3 0 1 1 12 1 3 0 3 2 1 0 77 2 147 74 11 1.417 0.001 0 0 2 0 0 0 3 0 3 2 1 0.001 77 2 147 74 11 0 0 9.6 -2 2 1 24 4 2 2 9.6 1 2 0 77 2 147 74 11 2.5 8.69 0 0 2 0 0 0 2 2 9.6 1 2 2.2 77 2 147 74 11 0 0 9.6 -2 2 1 24 4 2 3 9.6 1 2 0 77 2 147 74 11 2...
2023 Oct 16
1
Gráfica en R
Buenas tardes. Necesito una mano para reproducir esta gráfica en R desde esta base: Base: Dosis Nivel Peso1 Peso2 1 0 1,88 2,43 1 40 1,86 2,84 1 80 2,06 3,02 1 120 2,08 4,12 1 300 1,81 5,65 1 600 1,77 5,96 Gráfica Excel [image: image.png] Si uso asi: ggplot(data=data, aes(x = Peso1, y =Peso2, group=Nivel, color =Nivel))+ geom_point()+ geom_line() Une los puntos por orden de magnitud y no...
2005 Jan 12
2
dovecot + mysql (complements)
Hi, I've done some supplementary tests with tcpdump. Apparently, with a login containing the % character, there's no query send to MySQL. Do you know if the % character is filtered by dovecot ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20050112/03106298/attachment-0002.html>
2008 Feb 11
2
Wine on EeePC ?
Before I brick my new toy, has anyone installed the wine .deb on an EeePC with good results ? Cheers, Ron. -- Sola dosis facit venenum -- Paracelsus -- http://www.olgiati-in-paraguay.org --
2000 Apr 27
1
plotting axes
...around. Thanks for your efforts and dedication - and patience. Yours Troels data <- read.table("vanco2.dat",h=T) attach(data) library(date) dates <- mdy.date(month,day,year) plot(dates,vanco,pch=c(19),xlab='',ylab="[Vancomycin] ", main="Vanco versus ugentlig dosis") abline(h=10,lty=2) dm <- c(1,1,1,1,2,2,3) dd <- c(7,17,21,31,23,25,3) dy <- rep(2000,7) limits <- mdy.date(dm,dd,dy) abline(v=limits,lty=8) x <- c(14611.37, 14620.95, 14627.94, 14634.44, 14650.85, 14663.85, 14667.58,14680.15) mtext(c("1","2","3"...
2023 Mar 02
2
Realizar anovas, por cada uno de los niveles de uno de los factores del ensayo
Buenas tardes. Tengo un ensayo de dos factores (Variedad y dosis) Quisiera hacer anovas para cada una de las dos variedades que estoy evaluando. Lo puedo hacer cogiendo los datos primero de una variedad y luego de la otra. Pero creo que hay un comando "by variedad" que lo hace si necesidad de andar modificando el archivo de datos. Pero no sé dónde hay...
2018 May 02
1
get unicode ranges from a TTF ???
Hello list, Is there a command line tool I run on a ttf font and get a list of the Unicode Ranges for that that font that would be compatible with the unicode-range: parameter in a CSS @fontface declaration? I'm guessing something in the python world probably exists... Hopefully something that works in CentOS 7 I need something like that for a FLOSS font server project that doesn't
2000 Apr 11
1
dates in 0.99 and 1.0 windows
...itten unformatted. I tried to set the numbers using par(xaxp) or xaxs but to no avail. Since it was OK just in the last version I guess there might perhaps be something wrong somewhere or should I change the code ? Thank you for the interesting and efficient program !!!! month day year dosis vanco 12 31 1999 1 3.8 1 3 2000 1 2.4 1 7 2000 1 3.4 1 12 2000 2 7.1 1 14 2000 2 5.3 1 17 2000 2 5.7 1 19 2000 3 7.7 1 21 2000 3 8.3 1...
2000 Apr 26
1
xaxp with dates
...s,lty=8) x <- c(14611.37, 14620.95, 14627.94, 14634.44, 14650.85, 14663.85, 14667.58,14680.15) mtext(c("1","2","3","4","4.5","3","2","3"),3,at=x) par(op) -------------- next part -------------- month day year dosis vanco 12 31 1999 1 3.8 1 3 2000 1 2.4 1 7 2000 1 3.4 1 12 2000 2 7.1 1 14 2000 2 5.3 1 17 2000 2 5.7 1 19 2000 3 7.7 1 21 2000 3 8.3 1...
2000 Mar 16
1
data.entry
..."demo()" for some demos, "help()" for on-line help, or "help.start()" for a HTML browser interface to help. Type "q()" to quit R. [Previously saved workspace restored] > vv <- read.table("vanco.dat",h=T) > vv month day year dosis vanco 1 12 31 1999 1.0 3.8 2 1 3 2000 1.0 2.4 3 1 7 2000 1.0 3.4 4 1 12 2000 2.0 7.1 5 1 14 2000 2.0 5.3 6 1 17 2000 2.0 5.7 7 1 19 2000 3.0 7.7 8 1 21 2000 3.0 8.3 9 1 24 2000 4.0 8.7 10 1 26 2000 4....
2023 Oct 17
0
Resumen de R-help-es, Vol 176, Envío 10
..., y =Peso2))+ > geom_point()+ > geom_path() > > Saludos, > Marcelino > > > El 16/10/2023 a las 20:11, Andrés Hirigoyen escribió: > > Buenas tardes. Necesito una mano para reproducir esta gráfica en R > > desde esta base: > > Base: > > > > Dosis Nivel Peso1 Peso2 > > 1 0 1,88 2,43 > > 1 40 1,86 2,84 > > 1 80 2,06 3,02 > > 1 120 2,08 4,12 > > 1 300 1,81 5,65 > > 1 600 1,77 5,96 > > > > Gráfica Excel > > im...