Displaying 20 results from an estimated 132 matches for "enriqu".
Did you mean:
enrique
2016 May 31
6
sumar una variable con cast
Estimado Enrique Ramos
Yo podría decir ¿y data.table?. Hay muchas alternativas
Javier Rubén Marcuzzi
De: Enrique RAMOS via R-help-es
Enviado: martes, 31 de mayo de 2016 14:03
Para: R-help-es en r-project.org
Asunto: Re: [R-es] sumar una variable con cast
yo de nuevo, ahora se me presento otro problema en la ba...
2016 May 31
2
sumar una variable con cast
Estimado Javier Marcusi
estoy intentando hacerlo con dcast ya logre que se realice la suma pero lo hace con la ultima columna y yo requiero que se haga el mismo proceso con varias columnas Saludos Enrique RAMOS
El Martes, 31 de mayo, 2016 13:00:28, Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> escribió:
Estimado Enrique Ramos
Yo podría decir ¿y data.table?. Hay muchas alternativas (no envié antes sin querer al correo).
¿Qué alternativa esta utilizando? Carlos Ortega y Carlo...
2016 May 30
2
sumar una variable con cast
agradezco la ayuda, el problema se resumía a que el Rstudio me ponía unos paréntesis de forma automática los quite y asunto solucionado Saludos Enrique RAMOS
El Lunes, 30 de mayo, 2016 12:26:33, Carlos J. Gil Bellosta <cgb en datanalytics.com> escribió:
Hola, ¿qué tal?
Mira el argumento fun.aggregate en ?dcast.
Un saludo,
Carlos J. Gil Bellostahttp://www.datanalytics.com
El 30 de mayo de 2016, 18:15, Enrique RAMOS via R-help-es &l...
2020 Mar 05
4
uso de switch o alternativa
...do intentándolo hacer con switch pero no me ha funcionadola idea es la siguiente tengo el elemento 1, y se debe de asignar un valor de acuerdo a la siguiente tabla
| 1 | 2 | 3 | 4 |
| |
|
< 100 | 100-200 | 200-300 | >300 |
| |
de antemano agradezco la ayuda
Saludos Enrique RAMOSIngeniero oficina de confiabilidadLAPEM - CFE
[[alternative HTML version deleted]]
2008 Jan 30
2
func_odbc - trouble
...clude the
function. Recompiling asterisk-1.4.17 I get even into more trouble: make
menuselect shows
XXX 4. res_config_odbc
XXX 13. res_odbc
ODBC Resource
Depends on: unixodbc(E), ltdl(E)
unixODBC and unixODBC-devel are installed.
Thanks for any hint to get my ODBC_SQL included and working!
Enrique
--
Dirk Enrique Seiffert - Lintec S.A.
Ed. Torre del Reloj - Of. 401
Plaza de los Coches, Centro
Cartagena - Colombia
http://www.sipcolombia.com
2010 Jul 15
6
Error cargar datos ACCESS
Hola a todos,
estoy intentendo cargar unos datos contenidos en una tabla de ACCESS, por lo que ejecuto los siguientes comandos
dir<-"C:/Users/D/Desktop/"
library(RODBC)
cn<-odbcConnectAccess(paste(dir1,"datos.mdb",sep=""))
pero me da el siguiente error
Warning messages:
1: In odbcDriverConnect(con, ...) :
[RODBC] ERROR: state IM002, code 0, message
2009 Jul 08
6
variable global
...estoy empezando a usar r y en una implementacion que estoy haciendo requiero que 2 valores que se calculan en una funcion puedan ser vistos en otra pero no he podido hallar la forma he buscado la forma de hacer las variables globales pero no he podido alguien sabe como hacerlo
mil gracias, saludos
Enrique RAMOS
¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx
[[alternative HTML version deleted]]
2016 May 30
3
sumar una variable con cast
...| | | 2 | 3 |
| CA | 1 | 3 | | | | 4 |
| GV | 1 | 1 | 1 | 3 | 1 | 7 |
| Total general | 5 | 7 | 2 | 7 | 4 | 25 |
donde se obtiene la suma de los eventos en función del tipo y grupo por cada año, lo que he logrado es obtener solo la cuenta de reglones
de antemano mil gracias,
Saludos Enrique RAMOSOficina de confiabilidadLAPEM-CFE
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20160530/767a631e/attachment.html>
------------ próxima parte ------------
A non-text attachment was scrubbed....
2019 Sep 26
3
Execute OpenCL
...f questions.
1) What do yourefer by OpenCL RT?
2) Could you give me some examples of an open-source OpenCL implementation
and update optimization pipeline?
Thank you in advance. Regards
El vie., 20 sept. 2019 a las 12:34, Sachkov, Alexey (<
alexey.sachkov at intel.com>) escribió:
> Hi Enrique,
>
>
>
> > First, I only want to compile a project and execute it to see how it
> works, specifically this one:
> https://github.com/rsnemmen/OpenCL-examples/tree/master/add_numbers
>
> As I can see, it has a Makefile which you could use. Anyway, on Linux you
> need t...
2019 Sep 17
2
LLVM for OpenCL
...presentation) as it can be done for C code using:
- 'clang' to generate the .bc file(s)
- 'opt' to perform optimizations/transformations over
Is it possible to use the same LLVM 'opt' as for C code, once OpenCL
program is translated to bitcode/IR/SPIR?
Thanks in advance.
Enrique.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190917/6b31551d/attachment.html>
2005 Mar 24
5
Bloomberg data import
Dear R Folks,
I know that Enrique Bengoechea ( Credit Suisse ) had posted some code
snippets for importing Bloomberg historical data into R.
I found them to be very useful.
Has anyone succeeded in getting the below items
from Bloomberg to R?
(a) historical economic release data,
(b) tick/intra-day data
(c) bulk data such as Index...
2019 Nov 05
2
SPIR-V questions
Dear all,
I have a couple of questions of SPIR-V implementation for OpenCL.
The first one is about the tool spirv-opt from the project SPIRV-TOOLS.
When you use that tool like "spirv-opt test.spv -o test.spv", it changes
something at the file or it does not do anything by not using any flag? I
think it is like a "No action" flag but I am not 100% sure about that.
The second
2017 Feb 23
2
contar elementos
...en cada conjunto de datos, el problema es que ahora requiero hacer otro trabajo pero los datos se reciben de forma similar y el comando no funciona, supongo que hubo cambios con las nuevas versiones.
quisiera saber si alguien me puede decir que comando substituye al que yo utilice antes.
Saludos
Enrique RAMOSOficina de confiabilidad CFE-LAPEM
[[alternative HTML version deleted]]
2003 Aug 14
2
nls confidence intervals
...w to compute the confidence prediction intervals for
a nonlinear least squares models (nls)?
I was trying to use the function 'predict' as I usually do for other
models fitting (glm, lm, gams...), but it seems that se.fit, and
interval computation is not implemented for the nls...
Cheers
Enrique
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fisheries Research Services,
Marine Laboratory,
Victoria Road,
Torry,
Aberdeen, UK.
Tel. 44 (0) 1224 295314
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008 May 27
2
Lattice zoo plot: no x ticks on first panel
...I need to store for later printing/plotting, so I think I need to do it on the custom panel function (unless I'm missing some other feature of lattice...)
Below is the minimal code I've found to replicate the issue, as well as my environment configuration. Any help appreciated.
Best,
Enrique
--------------------------------------------------------------------------------------------------------------------------------------------
library(lattice)
library(grid)
library(zoo)
my.panel <- function(x, y, subscripts, groups, panel=panel.xyplot, ...) {
opar <- trellis.par.get(&quo...
2004 Apr 21
1
RODBC and SQlServer Float type
...s (of length up to 256), and then converted by type.convert as
controlled by the as.is argument."
What I did not found was a way to get back more than two decimal digits in this character-numeric transformation. I would acknowledge any clue as to whether this is possible.
Thanks in advance!
Enrique
___________________________________________________________________________
Enrique Bengoechea
Investment Consulting - CREDIT SUISSE Spain
2000 Jul 02
1
spanish messages for tinc
Attached you'll find the spanish messages for tinc (up-to-date CVS
version).
I'm eager to try tinc 1.0! :-)
Thanks,
--
Enrique Zanardi ezanardi@id-agora.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: es.po.gz
Type: application/octet-stream
Size: 5338 bytes
Desc: not available
Url : http://brouwer.uvt.nl/pipermail/tinc-devel/attachments/20000702/427cac02/es.po.obj
2009 Sep 24
3
pregunta $
una pregunta aun no comprendo totalmente el uso del signo $, me podrian decir donde encuentro su significado (si, si ya se que significa dinero y eso.........) desde el punto de vista de R
gracias
fabian huerta
Yahoo! Cocina
Encontra las mejores recetas con Yahoo! Cocina.
http://ar.mujer.yahoo.com/cocina/
[[alternative HTML version deleted]]
2010 Aug 11
2
assignment functions with inherited class error
...trix is here.
slot(x,".Data")<-m;
}
#=========================================================
#Result:
# x lost class type and value from XXX to matrix.
# > varnames(i)<-c("colT")
# > i
# colT
# [1,] NA
# > class(i)
# [1] "matrix"
some idea?
?Enrique Garzo Cano
-Biology Graduate. Ph.D. student.-
enrique.garzo.cano at gmail.com
Departamento de Ciencias Biom?dicas (?rea de Fisiolog?a)
Facultad de Veterinaria Universidad de Le?n
24071 Le?n (Spain)
Tel: +34 987 291981
Fax: +34 987 291267
2007 Oct 16
3
About wget
...that again?
Hope an answer
thanks to all
manny
--
"Nuestra recompensa se encuentra en el esfuerzo y no en el resultado.
Un esfuerzo total es una victoria completa".
Mahatma Gandhi
(@ @)
|------o00o-(_)-o00o----------|
|Manuel Enrique Ch?vez Manzano|
|manuel864 at gmail.com |
|manny at cmc.cfg.sld.cu |
|GNU/LINUX User |
|#424754 |
|Using CentOS 5 |
|-------ooo--ooo--------------|
-------------- next part --------------
A non-text attachment was...