Displaying 20 results from an estimated 1950 matches for "yo".
Did you mean:
you
2008 Jul 24
3
Should this PDF render correctly without font embedding?
...03), both acrobat
reader 8 and kpdf render it incorrectly. How about Mac or Windows? Is
this a platform config issue, or something else?
pdf('temp.pdf', width=11, height=8.5)
plot(0,0,xlim=c(0,1),ylim=c(0,1),type='n')
abline(v=.5)
# pos=2 is for right-alignment
text(0.5,0.9, 'Yo', pos=2)
text(0.5,0.8, 'Yo Yo', pos=2)
text(0.5,0.7, 'Yo Yo Yo', pos=2)
text(0.5,0.6, 'Yo Yo Yo Yo', pos=2)
text(0.5,0.5, 'Yo Yo Yo Yo Yo', pos=2)
text(0.5,0.4, 'Yo Yo Yo Yo Yo Yo', pos=2)
text(0.5,0.3, 'Yo Yo Yo Yo Yo Yo Yo', pos=2)
dev.off()
Je...
2019 Jan 01
1
[Bug 13734] New: spelling mistakes in rsync.yo
https://bugzilla.samba.org/show_bug.cgi?id=13734
Bug ID: 13734
Summary: spelling mistakes in rsync.yo
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: paul at debian.org
QA Contact:...
2010 Mar 13
3
format: from list to data frame
Dear users,
Is anyone out there on a Saturday to answer this easy question?
I have the "yo" object data in a "list" format:
> str(yo)
num [1:259, 1:173] 16.3 NA NA NA NA ...
- attr(*, "dimnames")=List of 2
..$ x: chr [1:259] "367319" "367329" "367309"...
2008 Sep 10
3
writing simple function through script
Hi all,
I try to write a simple function in a script. The script is as follows
yo<-function(Xdata)
{
n<-length(Xdata[,1])
Lgm<-nls(formula=LgmFormula,
data=Xdata,
start=list(a=1500,b=0.1),weights=Xdata$Qe)
return(Lgm)
}
After the execution of the script, when I call the function yo on data
called NC60.DATA I get an error.
#yo(NC60.DATA)
Erreur dans eval(expr,...
2002 Aug 02
1
[patch] exclude-from stdin
...ly incorporated in my --link-dest patch.
Patch against current cvs.
--
________________________________________________________________
J.W. Schultz Pegasystems Technologies
email address: jw@pegasys.ws
Remember Cernan and Schmitt
-------------- next part --------------
? rsync.yo1
Index: exclude.c
===================================================================
RCS file: /cvsroot/rsync/exclude.c,v
retrieving revision 1.44
diff -u -r1.44 exclude.c
--- exclude.c 11 Apr 2002 02:25:53 -0000 1.44
+++ exclude.c 3 Aug 2002 00:09:54 -0000
@@ -220,8 +220,14 @@
int fatal,...
2013 Apr 03
1
Alternativas a pgfSewave
...paquetes que también se
encuentran en el archivo: highlight y parser. En concreto este último
falla al compilar (y ahí se acaba el intento).
Estaba utilizando pgfSweave por la facilidad para incluir gráficos en
Tikz -sin cambiar el estilo de letra y todo eso que ya sabéis de sobra y
mejor que yo- y, creo recordar, Sweave no lo soporta.
¿Que alternativas hay por ahí fuera? ¿Knitr? Me suena que Yihue Xie
estaba dedicando más esfuerzos a otro paquete (¿aquel que utilizaba
markdown?), y no me gustaría encontrarme dentro de unos meses migrando
otra vez mis documentos.
Por cierto, buscando...
2013 Jul 05
4
Alternativas a pgfSewave
...ependencias de Knitr, hay que tener en cuenta que soporta 20
>> dispositivos distintos o eso creo, tikz es sólo uno de ellos, y supongo
>> que de ahí que no lo pida como dependencia,
>
> Si, es lógico, con tantos dispositivos sería una locura instalarlos
> todos.
>
>> yo hay otros muchos
>> dispositivos que no tengo.
>>
>> Actualmente he conseguido compilar e instalar tikzDevice en R-3.0.0 de
>> la siguiente manera (uso gentoo en amd64):
>>
>> install.packages( 'tikzDevice',
>> repos=c('http://r-forge.r-p...
2003 Jan 30
2
[trivial patch] link overloaded
...t a suggested ease-of-use adjustment born of my
own annoyance.
--
________________________________________________________________
J.W. Schultz Pegasystems Technologies
email address: jw@pegasys.ws
Remember Cernan and Schmitt
-------------- next part --------------
Index: rsync.yo
===================================================================
RCS file: /cvsroot/rsync/rsync.yo,v
retrieving revision 1.114
diff -u -r1.114 rsync.yo
--- rsync.yo 28 Jan 2003 03:11:57 -0000 1.114
+++ rsync.yo 29 Jan 2003 22:09:52 -0000
@@ -25,7 +25,7 @@
exists.
The rsync remote-update prot...
2017 Oct 24
2
as.data.frame doesn't set col.names
Why doesn't this work?
> samples$geno <- as.data.frame(sapply(yo, toupper), col.names="geno")
> samples
quant_samples age sapply(yo, toupper)
E11.5 F20het BA40 E11.5 F20het BA40 E11.5 F20HET
E11.5 F20het BA45 E11.5 F20het BA45 E11.5 F20HET
2003 Oct 25
1
Trivial documentation patch
...I wanted to pass on this
patch (against CVS as of today) to document two exit values that are used
by rsync but not yet in the docs. Please let me know if there's a better
place to send it.
Many thanks to the developers and maintainers of rsync for all the
excellent work!
Jon
Index: rsync.yo
===================================================================
RCS file: /cvsroot/rsync/rsync.yo,v
retrieving revision 1.128
diff -u -r1.128 rsync.yo
--- rsync.yo 7 Oct 2003 20:33:08 -0000 1.128
+++ rsync.yo 24 Oct 2003 19:33:09 -0000
@@ -1109,15 +1109,17 @@
manpagesection(EXIT VALUES)
sta...
2017 Nov 01
1
[Bug 13115] New: .yo sources incompatible with current yodl version
https://bugzilla.samba.org/show_bug.cgi?id=13115
Bug ID: 13115
Summary: .yo sources incompatible with current yodl version
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Rep...
2009 Sep 03
2
How can I appoint a small part of the whole data
Dear all,
I have 1980~1990 eleven datas,
every year have three variables,
wage
gender(1=female, 2=male)
race(1=black, 2=white)
My original commands is:
fig2b<-reldist(y=mu1990$wage,yo=mu1980$wage,.......)
I have three questions:
1. If I want to appoint y=women's wage in 1990
yo=women's wage in 1980
2. If I want to appoint y=women's wage in 1990
yo=men's wage in 1990
3. If I want to appoint y...
2007 Apr 19
4
render_to_string in a model ?
I have a batch job that will call script/runner, I would like in this
call to create html formated email and save it to the database. This is
easy enough in a controller with
yournewhost.email = render_to_string :action => "email_newhost_ready",
:layout => false
But render_to_string is only available in controller action pack, is
there a easy way to render_to_string in a Model? Or is there a way to
call a controller action from script/runner?
--
Posted v...
2003 Jun 04
1
[patch] exclude patterns documentation
I just reviewed the EXCLUDE PATTERNS section of the manpage
and found that the declarative portion never actually states
that only the part of the path that is relative destination
is compared.
I'm not quite satisfied with my text on this so if anyone
has a better way of stating it i'm open to suggestions.
Index: rsync.yo
===================================================================
RCS file: /data/cvs/rsync/rsync.yo,v
retrieving revision 1.122
diff -u -r1.122 rsync.yo
--- rsync.yo 16 May 2003 04:23:34 -0000 1.122
+++ rsync.yo 4 Ju...
2011 Feb 14
9
¿Mejor formato para insertar gráficos de R en Word?
Hola, ¿qué tal?
Me han pedido que genere unos gráficos para insertarlos en un
docuemento de Word. Yo suelo generar gráficas en formato PNG, pero me
han dicho que "quedan mal". Y yo apenas sé nada de Word.
¿Cuál sería el formato gráfico más adecuado en este caso?
Un saludo y muchas gracias,
Carlos J. Gil Bellosta
http://www.datanalytics.com
2020 Jul 12
4
pedido de ayuda
...nuevo con mi pedido de ayuda...
Buenas, soy novata en R, estoy comenzando con RCmdr y quisiera saber si pudieran ayudarme dándome algunas pistas para bajar los paquetes que se necesitan para activar muchas de las funciones que aparecen en la pestaña de Análisis y empezar a aplicar algunos análisis.
Yo sé que tal vez se dediquen sólo a trabajar con R (pero yo recién descubro esta interfase del RCmdr y me resulta más amigable, soy psicóloga y hago psicometría)
Desde ya, muchísimas muchas gracias desde Argentina!!!!!
Dra. Ana Kohan Cortada CIIPME-CONICET
155 0441827
[[alternative HT...
2020 Jul 31
2
Mejor paquete machine learning
El problema es que te obligaran a usar tibbles y yo soy mas de data.table....
Get Outlook for Android<https://aka.ms/ghei36>
________________________________
From: Emilio L. Cano <emilopezcano en gmail.com>
Sent: Friday, July 31, 2020 5:58:00 PM
To: Jesús Para Fernández <j.para.fernandez en hotmail.com>
Cc: r-help-es en r-project....
2007 May 07
0
Analyzing "Stacked" Time Series
...or
(t=1,...t=10,t=1,...,t=10,...,t=1,...t=10). And since I can?t even
figure out how to do this (or whether it is possible/sensible), I
certainly can?t use R?s time series packages on this ?stacked? time series.
For my example (below), it?s easy enough to do something like,
fit1 <- lm(X ~ YO + YD + ZO + ZD)
But anything involving lags is not correct, since it seems?at best?to be
treating my ?stacked? time series (i.e., 6 series of length 10) as one
series of length 60. For example, these give questionable, if any, output.
arima1 <- arima(X, order = c(1, 0, 0))
fit.gls001 <-...
2011 Jan 07
6
Evaluar función?
...da decir que llevo muchas horas buscando
información y peleándome con los manuales, tanto en inglés como en español,
pero no sé como resolver mi problema que es el siguiente:
¿Cómo puedo hacer para crear un programa con el que, al darle una función y
un punto, me diga que valor tiene? Es decir, si yo introduzco x^2 y el punto
2, que me diga que vale 4 (2^2=4). La idea sería poder poner cualquier tipo
de función, pero si me dáis una solución que sólo sirva para introducir
funciones polinómicas también me sirve. Lo que yo he hecho es lo siguiente,
en el que la x seria la función a introducir y a...
2014 Jan 20
2
propuesta hackaton con Open Knowledge FoundatioN Spain (OKFN)
En realidad ya nos conocemos, al menos de vista, yo he ido a 2-3 quedadas
del grupo local en Madrid. Y con Carlos Gil he coincidido en el Medialab y
las jornadas de periodismo de la UCM, en el que presentaba mi proyecto
http://transparenciadecuentaspublicas.es/ (más que nada por si alguno me
podéis poner cara)
Ok, yo creo que la reunión del 29 por...