Displaying 20 results from an estimated 20 matches for "statconn".
2003 Sep 10
2
Need your help-SOS
...e in R project and trying to call prcomp(x) of R function
using (D)COM server communicate with R in ASP, and encountering the error
"Runtime error -2147221493(8004000b). Automation Error, Object is static,
operation not allowed."
Source code is shown as below:
<%
Set StatConn=Server.CreateObject("StatConnectorSrv.StatConnector")
StatConn.Init ("R")
Result=StatConn.Evaluate("x<-matrix(c(1,2,3,4,5,6,7,8,9),3)")
Result=StatConn.Evaluate("y<-prcomp(x)")
StatConn.Close
%>
I have another pro...
2003 Sep 12
1
help - "Object is static, operation not allowed" Error
Hello,
I am a newbie in R project and trying to call prcomp(x) of R function
using (D)COM server communicate with R in ASP, and encountering the error
"Runtime error -2147221493(8004000b). Automation Error, Object is static,
operation not allowed." at line Result=StatConn.Evaluate("y<-prcomp(x)"). E
ven I have added the line StatConn.EvaluateNoReturn("library (mva)"), it
still does not help me after I saw Wijk, H.J. van der's post mentioned that
have to load library
My environment is shown as below:
OS: Win2000 Se...
2010 Nov 09
0
Problem on installing statconnDCOM and RBloomberg
Installation of rcom, statconnDCOM and RBloomberg
Hi folks,
Win7 64bit
R version 2.11.1 (2010-05-31)
Perform following steps to install rcom, statconnDCOM and RBloomberg
1) rcom installation
login Win7 as administrator and start R
> install.packages("rcom")
--- Please select a CRAN mirror for use in this sess...
2009 Jun 27
1
Creating Excel-Charts via RDCOMClient
...quot;XValues"]] <- asCOMArray(c(1:4))
ac$SeriesCollection(1)[["Values"]] <- asCOMArray(c(1:4))
were not successfull. E.g. the code above produces the error message "OLE
error 0x800a01a8".
Ok, I know that there are better ways to solve my problem by using the
RExcel/statconn tools. Unfortunately the conditions under which I work
(partly using other computers by adressing R on my working computer) permit
the use of these tools. As I see, my best chance is a solution with
RDCOMClient. (A clipboard solution which I developed some month ago are very
slow when using large d...
2012 Mar 19
1
How to use R script in VB?
Hello R friends,
I want to use my R script in VB to make macro in Excel.
I tried with RExcel but it seems to me that this package is just GUI API
and I still have to run(connect) R to use the script.
Google tells me there are some ways to make R script as an independent
library/module/header so that I can call it in VB, C or JAVA.
Where can I get detailed tutorial or manual for that?
Thanks in
2009 Dec 12
1
Antw: Export R output to Word/RTF?
I am using SWord from statconn: http://rcom.univie.ac.at/download.html
It allows you to put r-commands into Word (similar to odfWeave). Output
is directed to Word including figures and tables. It is still a
beta-version but works fine.
Frank Bloos
>>> Wenjie Lee <wenjieleemaillist@gmail.com> 12.12.2009 00:28 &...
2012 Jul 23
1
R2wd package wdGet() error
...d if RDCOMClient was installed and working properly. So, I tried
submitting this code
install.packages("RDCOMClient", repos = "http://www.omegahat.org/R")
And I got this warning message:
package ?RDCOMClient? is not available (for R version 2.15.0)
I also ran
installstatconnDCOM()
And it seemed to install fine. But when I try to run statconn DCOM's
Server 01 ? Basic Test, and then select Start R, I get this message
Loading StatConnector Server... Done
Initializing R...Function call failed
Code: -2147221485
Text: installation problem: unab...
2013 Aug 22
1
Rexcel
Hello,
I must tell you once again to address your questions to
r-help at r-project.org
And since there was no subject line, I've made up one.
Your question seems to be a question about excel, and I really can't
help you. Maybe someone else can.
But if you write.table(etszP) can't you read that file into excel?
Rui Barradas
Em 22-08-2013 15:57, siddhartha.geddam at eclerx.com
2013 Jul 12
2
Conexion excel vba con R y VBasic con R
Buenos días:
¿Hay alguna forma de conectar VBA de Excel con R, de forma que desde Excel
se puedan cursar instrucciones de R?, ¿ y V.Basic con R?
Gracias anticipadas.
Saludos
[[alternative HTML version deleted]]
2013 Jul 12
1
Conexion excel vba con R y VBasic con R
...en sergas.es
[mailto:miguel.angel.rodriguez.muinos en sergas.es]
Enviado el: viernes, 12 de julio de 2013 12:39
Para: efreyre en movistar.es; r-help-es en r-project.org
Asunto: RE: [R-es] Conexion excel vba con R y VBasic con R
Hola Eduardo.
Lo que buscas lo puedes encontrar aquí....
http://www.statconn.com/products.html#RExcel
Un saludo,
_____________________________
Miguel Ángel Rodríguez Muíños
Dirección Xeral de Innovación e Xestión da Saúde Pública Consellería de
Sanidade Xunta de Galicia http://dxsp.sergas.es
-----Mensaje original-----
De: r-help-es-bounces en r-project.org [mailto:r-h...
2012 Mar 20
1
What is the correct syntax of "for" or "if" in Rexcel
Hello thankful R friends,
Can I use iteration (for) or conditional (if) syntax in rexcel using rrun?
I've finished coding my program and want to run through Excel.
I just want to run such as
Call rinterface.RRun("for(i in 1:10){")
Call rinterface.RRun("a[i,1]<-i")
Call rinterface.RRun("}")
But it doesn't work.
Any solution or trick to use "for"
2012 Jul 09
1
Issue with installing RExcel
Hi community. I'm fairly new to R and have a basic question. When I try to
install RExcel with the code:
install.packages("RExcelInstaller", "rcom", "rsproxy")
I get the message below:
Warning in install.packages("RExcelInstaller", "rcom", "rsproxy") :
'lib = "rcom"' is not writable
Error in
2012 Oct 28
1
PROBLEMS INSTALLING LIFEMETRICS
I am trying to install lifemetrics to use excel with R. Is there anyone who
knows lifemetrics and can help me to install it?
--
View this message in context: http://r.789695.n4.nabble.com/PROBLEMS-INSTALLING-LIFEMETRICS-tp4647717.html
Sent from the R help mailing list archive at Nabble.com.
2013 Jul 12
0
Conexion excel vba con R y VBasic con R
Hola Eduardo.
Lo que buscas lo puedes encontrar aquí....
http://www.statconn.com/products.html#RExcel
Un saludo,
_____________________________
Miguel Ángel Rodríguez Muíños
Dirección Xeral de Innovación e Xestión da Saúde Pública
Consellería de Sanidade
Xunta de Galicia
http://dxsp.sergas.es
-----Mensaje original-----
De: r-help-es-bounces en r-project.org [mailto:r-h...
2018 May 29
1
Excel Add-Ins Not Loaded When Using excel.link & RDCOM
Dear All,
I am using excel.link package to open and modify Excel files.
When I manually open Excel, all my add-ins are loaded without a problem.
But when I open Excel using excel.link package, like:
xls<-xl.get.excel()
xl.workbook.open("MyFile.xlsx")
some Excel add-ins are (installed but) not loaded.
Since the problem is related to local add-ins at my side, I cannot
reproduce the
2011 Feb 25
4
salidas en Power Point
Hola tengo q hacer un trabajo, donde me piden q todas las salidas q haga
sean en Power Point (graficos, tablas, etc). Para eso habia empezado a leer
algo del paquete R2PPT, pero la verdad es q hay cosas q no entiendo de este
paquete.
Queria saber si alguien estuvo trabajando con el y obtuvo buenos resultados
o si han usado otro paquete para hacerlo.
Por ultimo una pregunta: desde Sweave se
2012 Apr 07
3
How do Sweave users collaborate with Word users?
Hello All,
I'm getting my workflow switched over to Sweave, which is very cool.
However, I collaborate with folks (as many of you must as well) who use
Word to Track Changes amongst a group while crafting a paper. In the
simplest case, there will just be two people (one Sweave user and one
Word user) editing a paper.
I'm wondering, how do Sweave users go about this? I could convert a
2012 Oct 11
2
struggling with R2wd or SWord? Try rtf!
I have been looking for a way to write R-generated reports to Microsoft
Word documents. In the past, I used the package R2wd, but for some reason
I haven't been able to get it to work on my current set up.
R version 2.15.0 (64-bit)
Windows 7 Enterprise - Service Pack 1
Microsoft Office Professional Plus 2010 - Word version
14.0.6123.5001 (32-bit)
I gave the package
2011 Nov 07
3
Upgrade R?
I am trying to upgrade to R 2.14 from R 2.13.1 I have compied all the
libraries from the 'library' directory in my existing installation (2.13.1)
to the installed R 2.14. Now I want to uninstall the old installation (R
2.13.1) and I get the error:
Internal Error: Cannot find utCompiledCode record for this version of the
uninstaller.
Any ideas?
Kevin
[[alternative HTML
2012 May 21
16
Contactos en Madrid-ayuda con instalación
Hola a todos,
Mi nombre es Juanjo. Llevo un tiempo intentado hacer funcionar un programa
que necesita de la instalación de RPROJECT y REXCEL. He mirado varias guías
e instalado los programas pero obtengo varios errores.
El principal es que tras instalar RProject, Rexcel y statcon y al intentar
correr esta macro desde Visual Basic…
Sub Start()
RInterface.StartRServer