Displaying 20 results from an estimated 39 matches for "dol".
Did you mean:
do
2015 May 14
3
comportamiento de data.table al hacer calculos por grupos
...27.8,-27.8,1,-31.55,-31.55
"37","dec",5,1,-33.2,-33.2,1,-31.55,-31.55
"38","dec",5,1,-34.1,-34.1,1,-31.55,-31.55
"39","dec",5,1,-35.4,-35.4,1,-31.55,-31.55
"40","dec",5,1,-28.2,-28.2,1,-31.55,-31.55
"41","dol",1,1,-22.5,-22.5,1,-24.02,-24.02
"42","dol",1,1,-20.7,-20.7,1,-24.02,-24.02
"43","dol",1,1,-22.6,-22.6,1,-24.02,-24.02
"44","dol",1,1,-21.2,-21.2,1,-24.02,-24.02
"45","dol",1,1,-21.5,-21.5,1,-24.02,-24.02
"46&...
2013 Aug 09
1
Agrupar los terminos de la leyenda
Bueno, una pequeña vuelta de tuerca más usando ggplot.. Aunque no quedó tan limpio como el de Carlos (gran resolucion) tambien te sirve.
Un saludo
library(ggplot2)
dec.df <- mat[mat$sol=="dec",]
lim.df <- mat[mat$sol=="lim",]
dol.df <- mat[mat$sol=="dol",]
dec.dr<-qplot(dia,V5,sol,data=dec.df,color=con2,geom=c("line"),facets=.~sol)
lim.dr <- qplot(dia,V5,sol,data=lim.df,color=con2,geom=c("line"),facets=.~sol)
dol.dr <- qplot(dia,V5,sol,data=dol.df,color=con2,geom=c("line"...
2013 Nov 16
1
Problema con el titulo de la leyenda en grafico con xyplot
...T,points=F,col=colores)
,scales=list(x=list(relation='same'), y=list(relation='same'), cex=1.2)
,xlab=""
,ylab=list(label="Growth (% of control)",cex=1.2)
,ylim=c(-0.2,180)
,abline=list(a=100,b=0)
)
dol.df <- mat[mat$sol=="dol",]
dol.gr <- xyplot(
V5 ~ dia
,groups=con
,data=dol.df
,type="l", pch=1
,main=list(label="Dol", cex=0.9, x = .175, y = -4.5)
,par.settings=simpleTheme(col=colores , col.line=colores)
,auto.key=list(title= "...
2013 Jul 12
3
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
....003 3 180s 0 s 3.211201e-01 1 <NA>
634 lim 0.003 3 181c 1 c 2.610209e-02 1 <NA>
635 lim 0.003 4 160s 0 s 6.080091e-01 1 <NA>
636 lim 0.003 4 161c 1 c 1.739469e-03 1 <NA>
642 lim 0.003 5 160s 0 s 6.085502e-01 1 <NA>
609 dol 1.573 5 182i 2 i 1.479901e-03 2 <NA>
610 dol 1.573 5 182i 2 i 2.343052e-03 2 <NA>
611 dol 1.573 5 182i 2 i 3.179129e-03 2 <NA>
612 dol 1.573 4 160s 0 s 6.663188e-01 3 <NA>
613 dol 1.573 4 161c 1 c 9.283267e-04 3 <NA>
61...
2013 Mar 27
2
FMOLS DOLS and ADL regression
Whether can any R package run Full modified OLS (Phillips and Hansen 1990 ), DOLS (Stock and Watson 1993) and ADL model (Pesaran and Shin 2001) for cointegrated VAR model?
I cannot find any useful order in VAR and SVAR package.
Thanks.
Eric Wang
[[alternative HTML version deleted]]
2010 Jan 13
0
How to do FMOLS and DOLS?
Hi,
Can R do FMOLS(Fully Modified OLS) and DOLS(Dynamic OLS)?
I cannot find any useful thing in the present package.
Thanks in advance!
--
View this message in context: http://n4.nabble.com/How-to-do-FMOLS-and-DOLS-tp1012976p1012976.html
Sent from the R help mailing list archive at Nabble.com.
2019 Nov 12
1
postfix + spamassassin + dovecot-lda (with sieve support)
...nobody argv=/usr/local/bin/spamc -e
/usr/local/libexec/dovecot/dovecot-lda -f ${sender} -d ${recipient}
-----------
Test mail is bounced with report -
---------
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<dol at mig.hys.msu.ru>: user unknown
---------
/var/log/maillog
Nov 11 22:40:49 mig postfix/smtpd[55978]: disconnect from
acs366.hys.msu.ru[93.10.51.14] ehlo=1 mail=1 rcpt=1 data=1 quit=1
commands=5
Nov 11 22:40:49 mig dovecot[64447]: auth-worker(55751):
passwd(dol at mig.hys.msu.ru): unknown use...
2013 Aug 07
2
Agrupar los terminos de la leyenda
Hola Neo,
esto es lo mejor que me ha salido. A ver si por lo menos te ayuda.
Un saludo
colores<-c("black", "green", "red", "steelblue", "purple") #creamos el vector de 5 colores que usaremos para unificar luego la leyenda y el grafico
xyplot(V5 ~ dia | sol, groups=con, layout=c(1, 3), type= "l", pch=1,
2003 Oct 21
2
accessing shares
...ser.
[TIM]
comment = Tim's Service
path = /home/bxnctej/
valid user = TIM
read only = No
Linux permissions: drwx------ 37 tim Domain Users 2048 Oct 21
11:58 bxnctej
* tim is my local linux account
I may have narrowed down the problem to this log entry. DOL-ANC-WTS2 is
the W2K server that I'm trying to access the Samba shares from. I don't
understand why GETPWNAM is looking for the machine name. I understand
GETPWNAM to look into /etc/password. I don't understand why winbind
wants to look for DOL-ANC-WTS2 in a local password file?...
2013 Aug 07
0
Agrupar los terminos de la leyenda
..."LIM"
,par.settings=simpleTheme(col=colores , col.line=colores)
,auto.key=list(title= "Con",space="right",border=F,
columns=1,cex=0.7,lines=T,points=F,col=colores)
,scales=list(x=list(relation='same'), y=list(relation='same'))
)
dol.df <- mat[mat$sol=="dol",]
dol.gr <- xyplot(
V5 ~ dia
,groups=con
,data=dol.df
,type="l", pch=1
,main="DOL"
,par.settings=simpleTheme(col=colores , col.line=colores)
,auto.key=list(title= "Con",space="right",border=F,...
2003 Oct 21
0
[Fwd: accessing shares]
...in user.
[TIM]
comment = Tim's Service
path = /home/bxnctej/
valid user = TIM
read only = No
Linux permissions: drwx------ 37 tim Domain Users 2048 Oct 21
11:58 bxnctej
* tim is my local linux account
I may have narrowed down the problem to this log entry. DOL-ANC-WTS2 is
the W2K server that I'm trying to access the Samba shares from. I don't
understand why GETPWNAM is looking for the machine name. I understand
GETPWNAM to look into /etc/password. I don't understand why winbind
wants to look for DOL-ANC-WTS2 in a local password file?...
2009 Nov 23
2
dynlm predict with newdata?
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091122/6a079ab8/attachment-0001.pl>
2013 Sep 04
5
Stack de un data.frame
...funciones en R para esto.
Tengo la siguiente tabla de doble entrada que obtuve con la funcion CAST:
sol 1 2 3 4 5
1 con 0.00259587 NaN NaN 0.001905260 NaN
2 dec NaN 0.002719438 NaN 0.002339808 0.002970884
3 dol NaN NaN 0.005443161 0.005642238 0.004310739
4 lim NaN 0.021966246 0.018511593 0.014790364 0.012644154
La primera fila es el nombre de las columnas (sol, 1, 2 ...).
Necesito hacer un grafico con esa tabla, en el eje X irian los valores q
son los nombres de las columnas (1,2,3...
2012 Jul 06
3
Compare date Oracle with Sys.time
I would like to import only datas of my table where DATE>today-7days.
But my datas in Oracle are 'dates' and in R are 'characters'.
now_7<-format(Sys.time()-(7*60*60*24), "%Y-%m-%d 00:00:00")
How to do?
--
View this message in context: http://r.789695.n4.nabble.com/Compare-date-Oracle-with-Sys-time-tp4635624.html
Sent from the R help mailing list archive at
2015 May 15
2
comportamiento de data.table al hacer calculos por grupos
...rary(data.table)
> > datIn <- fread("zp.res")
> > med <- datIn[, .(vmed=mean(media)), by=.(sol,dia,con)]
> > head(med)
> sol dia con vmed
> 1: con 1 0 -29.37
> 2: dec 1 1 -30.35
> 3: dec 1 3 -37.15
> 4: dec 1 5 -31.55
> 5: dol 1 1 -24.02
> 6: dol 1 3 -32.95
>
> * La solución que has empleado actualiza el valor de una columna. Y
> aunque te calcula el valor medio por grupo, lo adjunta al data.table
> original.
> * En cambio esta otra forma se calcula únicamente el valor medio por
>...
2004 May 20
1
conflicting domain SIDS
...at conflicts with my Windows domain SID. My backend
is LDAP. I'm not sure what to delete so I can get my SambaDomainSid in
sync with Windows domain SID and start migrating users.
Thanks!
TJ
------------------------
Cannot import users from LABOR at this time, as the current domain:
DOL-ANC-SAMBA3: S-1-5-##-####-##-########
conflicts with the remote domain
LABOR: S-1-5-21-##-####-#############
2014 Oct 28
2
como pasar de data.frame -> cast -> data.frame
...encia ... uso "cast" porque me permite hacer
facilmente algunas operaciones con los datos antes de graficarlos, por
ejemplo, calcular el promedio de los datos que cumplan un conjunto de
condiciones. Por ejemplo, graficar el promedio de la variable "are" que
cumplan:
sol=="dol" , dia==1, con==5
y asi ... tambien lo hacia de otra forma q es mucho mas complicada,
generando un archivo con las condiciones que quiero que se cumplan y
filtrando el archivo de datos de acuerdo a esas condiciones y aplicar
las operaciones que necesito a los datos que quedan. Pero crear ese...
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
...tengo unas tablas como
las que siguen:
cast(datEnd[datEnd$dia%in%c(1,5),], sol ~ dia + con, fun.aggregate=length)
sol 1_0 1_1 1_2 1_3 1_4 1_5 5_0 5_1 5_2 5_3 5_4 5_5
1 con 10 0 0 0 0 0 11 0 0 0 0 0
2 dec 0 6 6 6 8 6 0 9 11 13 14 17
3 dol 0 8 6 10 9 10 0 17 16 17 19 19
4 lim 0 10 6 7 6 16 0 11 9 13 10 9
en la primera fila de la tabla, que son encabezados de la columna, el
primer numero indica un dia (1 y 5) y el segundo numero indica una
concentracion, desde 0 a 5). Los nombres en la primera...
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
...l ~ dia + con,
> fun.aggregate=length)
>
> sol 1_0 1_1 1_2 1_3 1_4 1_5 5_0 5_1 5_2 5_3 5_4 5_5
> 1 con 10 0 0 0 0 0 11 0 0 0 0 0
> 2 dec 0 6 6 6 8 6 0 9 11 13 14 17
> 3 dol 0 8 6 10 9 10 0 17 16 17 19 19
> 4 lim 0 10 6 7 6 16 0 11 9 13 10 9
>
> en la primera fila de la tabla, que son encabezados de la columna, el
> primer numero indica un dia (1 y 5) y el segundo numero indica una
> concen...
2014 Aug 28
2
problema al copiar datos de tipo caracter de un archivo a otro
...-
A non-text attachment was scrubbed...
Name: dec11-0911.csv
Type: text/csv
Size: 627 bytes
Desc: no disponible
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20140828/70ae5ef6/attachment-0001.bin>
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: dol11-0911.csv
Type: text/csv
Size: 186 bytes
Desc: no disponible
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20140828/70ae5ef6/attachment-0002.bin>
------------ próxima parte ------------
A non-text attachment was scrubbed...
Name: lim11-0911.csv
Type: text/csv
Size: 1540 bytes
De...