Displaying 20 results from an estimated 800 matches similar to: "Suggestion: Dimension-sensitive attributes"
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
2004 May 14
2
NLME model question
Dear R-helpers
I have a problem related to the use of NLME
I think is simply a matter of getting the nlme coding correct, but i cannot
get my brain around it
I am analysing some 24 growth curves of some cells , and i wanted to say
that there are significant differences between the curves in two parameters
that describe the pattern of growth. these parameters are from a logistic
(r & k)
2008 May 27
2
Lattice zoo plot: no x ticks on first panel
Hi all,
I want to use lattice v0.17-4 on R 2.6.2 to draw a panel of time series of zoo objects (zoo v1.5-0). Everything works until I try to separate panels a bit and show only the bottom axis line with tick marks on every panel (but not axis labels, which I want only on the bottom panels).
I've tried several approachs, and the best I've got for showing only the bottom axis line and
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]]
2007 Jun 14
4
How to convert a table to JSON (or to Javascript array)
Is there a way to retrieve an HTML table in javascript and convert it
to JSON using prototype?
I''m stumped :(
phil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2009 Jul 09
1
R-help Digest, Vol 77, Issue 9
Hi,
This may be due to several reasons. That I can think about:
1) Ensure you close *all* possibly open workbooks:
nBooks <- xl[["Workbooks"]]$Count();
for (i in seq_len(nBooks))
xl[["Workbooks"]]$item(i)$Close(SaveChanges=FALSE);
2) The excel application reference does not seem to be really released until the garbage collector runs. So this may help:
xl$Quit();
2010 Jan 19
4
gui windows
Hola
Yo uso R en macosx, por esas cosas ..., me compre una notebook con windows 7
64 bit, así que cuándo me llegue comienzo a migrar datos y programas.
Para los usuarios de windows, ¿que usan con R? Me refiero a programas GUI o
con autocompletar código, alguna ayuda gráfica, etc. Hace años que no uso
windows, estoy medio perdido, voy a extrañar mi macbook.
Gracias
Javier
[[alternative HTML
2007 Jun 12
4
pretty report
Dear Listers:
I have a couple of data frames to report and each corresponds to
different condtions, e.g. conditions=c(10, 15, 20, 25). In this
examples, four data frames need to be exported in a "pretty" report.
I knew Perl has some module for exporting data to Excel and after
googling, I found R does not.
So I am wondering if there is a package in R for generating good
reports. I
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 base de datos del ejemplo solo tenia unas cuantas columnas mi base de datos tiene mas
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
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
2020 Mar 05
4
uso de switch o alternativa
Estimados colegas:Tengo un problema que debe de tener una solución simple pero ya me entrampe.tengo un conjunto de valores para ciertos elementos, y se debe asignar un valor ente 1 y 4, según un rango, he estado 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 |
2009 Sep 19
1
Converting matrices into row vectors and saving as ASCII text
Hi
I have some data with these dimensions:
5 3 100
which correspond to the x, y, and time dimensions, for a variable, p.
I need the data in this format: 100 rows (1 row per time unit), and 15
values in each row.
I have attempted to reshape my data
>dim(data)
5 3 100
>attr(data,'dim')<-c(dim(data)[3],dim(data)[1]*dimdata[2])
So I get data with 100 rows, 15 columns.
I need
2008 Jan 30
2
func_odbc - trouble
Hello,
we are migrating an Asterisk install from Trixbox/Asterisk 1.2 to Elastix
0.92 with asterisk-1.4.17 on CentOS 5. I need to migrate an funtion that
consults a remote sybase database, using ODBC and freetds. On the new
server I am able to connect to the database using isql without problems.
When I try to connect from asterisk logs show:
pbx.c: Function ODBC_SQL not registered
Indeed I
2009 Jul 08
6
variable global
buen dia a toda la comunidad
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
2016 May 30
3
sumar una variable con cast
buenas tardes les envío este mensaje de ayuda porque ya le batalle mucho y no he podido hacerlo lo que necesito, tengo una tabla como la que pongo en el archivo anexo ejemplo he estado utilizando la instrucción cast de reshape2 para generar algo como lo que sigue
| Suma de evento | Etiquetas de columna | | | | |
| Etiquetas de fila | 2000 | 2001 | 2002 | 2003 | 2004 | Total general |
| D | 2
2019 Sep 26
3
Execute OpenCL
Hi Alexey,
Your reply has been a great help to me,your way of explain the different
types of compilation is very detailed and easy to understand.
Even so, I have a couple of 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,
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
2019 Sep 17
2
LLVM for OpenCL
Dear all,
I'm newbie in LLVM. I would like to know if it is available an optimizer
for OpenCL in LLVM, in the same way as the 'opt' command in LLVM.
Concretely, if it is possible to perform individual
optimizations/transformations over OpenCL code (either at source or bitcode
representation) as it can be done for C code using:
- 'clang' to generate the .bc file(s)
-
2017 Feb 23
2
contar elementos
buen día colegas:
resulta que hace unos años hice un programa para hacer regresiones lineales pero los datos venían en esta forma:
tiempo degradacion elemento1 9204 14 10306 15 9860 16 11803 17 12211 18 11333 19 13490 126 12329 229 13325 230 13214 231 13645 232 14492 233 14570 234 14777 20 4187 33 5607 34 5803 35 5997 36 5529 37 5716 38 6164 325 15451 428 19062 429 17753 430 20465 431 20966 432