Displaying 20 results from an estimated 30000 matches similar to: "problem with installation of older R-version"
2003 Feb 03
2
[Out off-topic] SJava under Windows
Sorry for this off-topic subject.
I am fighting for running SJava under Windows.
SJava_0.64 (compiled by Simon Urbanek, thanks), R 1.6.2, Java JDK 1.4.0_02,
Windows XP pro:
> library(SJava)
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the
Omegahat interface manager class. Check you classpath!
> # And the second time...
> .JavaInit()
It
2003 Mar 10
1
DLL error after update.packages
When updataing packages from CRAN, I got the following error message:
updating HTML package descriptions
Warning message:
DLL attempted to change FPU control word from 8001f to 9001f
Everything seems fine, the packages updated, just wondering what this was. R 1.6.2 on Windows 98. Details on the packages dowloaded are below.
________________________________________________
update.packages()
2003 Jan 29
1
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2504)
Full_Name: Jussi Mäkinen
Version: 1.6.2
OS: Win2000
Submission from: (NULL) (193.210.145.2)
I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/
but I got the messages box:
The procedure entry point daxpy_ could not be located in the dynamic link
library R.dll
and the following lines to RGui:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable
2003 Jan 29
0
Add-on bug? Win fracdiff failed from http://www.stat.unipg.it/stat/statlib/R/CRAN/ (PR#2505)
jussi.makinen@valtiokonttori.fi wrote:
> Full_Name: Jussi M?kinen
> Version: 1.6.2
> OS: Win2000
> Submission from: (NULL) (193.210.145.2)
>
>
> I tried to download fracdiff from http://www.stat.unipg.it/stat/statlib/R/CRAN/
> but I got the messages box:
That's not a current mirror of CRAN (see the CRAN Master for recent
mirrors), it's last update seems to be
2004 Nov 28
1
Version names
I have Windows XP build scripts that look for R in a variety
of folders and if multiple ones are found, takes the last
one. For example, I currently have the following
in \Program Files\R :
rw1060
rw1062
rw1071
rw1071beta
rw1081
rw1090
rw1090dev
rw1091
rw1091pat
rw2000
rw2001beta
Note that it currently correctly gets rw2001beta but if I
add rw2001 then it will not pick it up since
2003 Jun 25
2
rw1062
hi
I need 'rw1062.zip' since i can't get excel, R1070 or R1071 to work with the R (D)COM Server
everything worked fine in the god rw1062 days
the lapack routines can't be loaded
'unable to load shared library c:\r/moduleslapack.dll, the specified library could not be found'
don't know if it's the forward slashes that anoys windows
btw, the libraries are in the
2003 Jan 13
0
test version of RODBC
I've recently done a lot of re-writing of the internals of RODBC, and have
a test version 0.99-6 available. This is a run-up to the release of 1.0.
Both the source code and a Windows binary (prepared under rw1062) are
available at http:/www.stats.ox.ac.uk/pub/R, and I would appreciate some
real users testing this version.
It should be more efficient as data frames are transferred to and from
2020 Jul 04
2
Sumar valores dentro de una clase
Va ejemplo:
data <- Ejemplo_List
cl<-round(seq(0,max(data$h),10),2) # seq para clases
df<-data.frame(min.h=cl[-length(cl)],max.h=cl[-1]) # Data frame con las
clases
df$class<-paste(df$min.h,df$max.h,sep="-") # Armo las Clases
df$Largo <-NA # Variable nueva
# Completo la columna "Largo" con la cantidad de observaciones que están
entre el mínimo y el máximo de
2018 Dec 11
3
Clases S3, S4...
La verdad es que todas las aportaciones son muy muy interesantes,
MI pregunta siguiente: Habeis usado R para programar orientado a objetos alguna vez? Porque yo hago mucho scripting.... Supongo que por mi mala calidad como programador...
Jes?s
________________________________
De: Carlos Ortega <cof en qualityexcellence.es>
Enviado: domingo, 9 de diciembre de 2018 21:07
Para: Jes?s Para
2009 Feb 13
1
Add columns to data frame automatically
Hello fellows: I've een trying to set up a function that performs 100
loops producing the coresponding 100 series. I want to save all those
datasets in a dataframe, so I wrote this...
prep <- function()
# Clase[1]/Categoria[2]/Phi[3]/Rf[4]
peso <- c(.0,.03,.3,.6)
# Extension del calculo
for (i in 1:100)
{
# Calculos de todas las curvas
# Variables (Valor Base)
abase
2006 Apr 17
0
Problem getting R's decision tree for Quinlan's golf exam ple data [Broadcast]
See ?rpart.control. I get:
> golf.rp = rpart(Outlook ~ ., golf, control=rpart.control(minsplit=1))
> golf.rp
n= 14
node), split, n, loss, yval, (yprob)
* denotes terminal node
1) root 14 9 rain (0.2857143 0.3571429 0.3571429)
2) Temperature< 71.5 6 2 rain (0.1666667 0.6666667 0.1666667)
4) Temperature< 64.5 1 0 overcast (1.0000000 0.0000000 0.0000000) *
5)
2018 Dec 09
2
Clases S3, S4...
Y para completar, también existen las reference class o las más modernas
R6. https://adv-r.hadley.nz/r6.html
Que se parecen más a los lenguajes más orientados a objetos, con sus
herencias y demás historias.
dom., 9 dic. 2018 17:23, Carlos J. Gil Bellosta <cgb en datanalytics.com>
escribió:
> Hola, ¿qué tal?
>
> S3 es un sistema de clases bastante primitivo. Está pensado
2003 Feb 16
3
RMySQL installation and loading errors
Hi R users,
I have been trying to install and use RMySQL on Windows98 for
MySQL3.23.55-max using the pulldown menu. I am getting the following errors.
I read the doc and some archived mails about a similar problem on unix like
systems. Still can't get it to work. Some info below that may indicated where
the problem is:
* The directory RMySQL\libs is empty---I was not expecting this.
*
2003 Apr 17
1
R search engine and Mozilla
Not really an R question but I'm hoping someone can help me out. I'm
having problems with the R help page "The R language" and Mozilla 1.3
with the Java 2 runtime environment 1.4.1_02 under Windows XP. The
problems occur on the "Search Engine & Keywords" page. I can open two
links, but after that links aren't recognized.
The problem seems to be javascript
2020 Jul 04
2
Sumar valores dentro de una clase
Buenas mi duda es cómo sumar los valores de una variable dentro de una
clase ya creada.
Por ejemplo:
#Creo el dataset que voy a completar, primero la secuencia con la q hare
las clases:
cl<-round(seq(0,max(data$h),0.5),2)
# Mi data frame con las clases
df<-data.frame(min.h=cl[-length(cl)],max.h=cl[-1])
# Creo la columna "Largo" con la cantidad de observaciones que están entre
el
2006 Apr 16
0
Problem getting R's decision tree for Quinlan's golf example data
Newbie question, but I've checked archives etc. Am trying to reproduce
in R Quinlan's trivial example of the "golf" decision tree. The data file
of 14 examples follows (read in via read.table()):
Outlook Temperature Humidity Windy PlayDontPlay
1 sunny 85 85 false DontPlay
2 sunny 80 90 true DontPlay
3 overcast 83 78 false Play
4 rain 70 96 false Play
5 rain 68 80 false Play
6
2011 Dec 21
1
Reg : Using RJDBC to read UTF-8 characterrs
Hi All,
We are using the following dataset which contains UTF-8 characters and is
stored in a MySQL database. When we use
RODBC and read the data, the characters are read correctly.But when we read
using RJDBC ,the characters are read like ???????????????????????????1
Can you please let me know how we can read the UTF-8 characters as it is
done by RODBC.
ID code Outlook Temperature Humidity
2017 Sep 02
0
problem in testing data with e1071 package (SVM Multiclass)
Hello all,
this is the first time I'm using R and e1071 package and SVM multiclass
(and I'm not a statistician)! I'm very confused, then. The goal is: I
have a sentence with sunny; it will be classified as "yes" sentence; I
have a sentence with cloud, it will be classified as "maybe"; I have a
sentence with rainy il will be classified as "no".
The
2010 Oct 12
6
Rpart query
Hi,
Being a novice this is my first usage of R.
I am trying to use rpart for building a decision tree in R. And I have the
following dataframe
Outlook Temp Humidity Windy Class
Sunny 75 70 Yes Play
Sunny 80 90 Yes Don't Play
Sunny 85 85 No Don't Play
Sunny 72 95 No Don't Play
Sunny 69 70 No Play
Overcast 72 90 Yes Play
Overcast 83 78 No Play
Overcast 64 65 Yes Play
Overcast 81 75
2010 Nov 05
1
Una guía de estilo para programar en R...
Hola,
He seguido con interés el mensaje de Carlos sobre la guía de estilo para
programar en R aparecida en Google y las reacciones que ha generado.
En líneas generales creo que la guía Google es bastante floja, estoy de
acuerdo con la mayoría de comentarios iniciales de Carlos y en particular
con el hecho de que no trata en absoluto (ni lógicamente promueve) la
creación de packages. Otro