search for: rinzewind

Displaying 10 results from an estimated 10 matches for "rinzewind".

2018 Feb 24
0
Regression Tree Questions
...d when you try to predict it is encountering some different categories and it doesn't know what to do with them. As that variable is most probably numeric, it should be read as such. You can try converting it on both your train and test datasets. Cheers, JMM. -- Jos? Mar?a Mateos https://rinzewind.org/blog-es || https://rinzewind.org/blog-en
2018 Nov 10
2
Asignar distancias
Utilizo la función merge desde hace poco, pero no se me ocurre cómo utilizarla para esto. Yo pienso que se puede hacer con una combinación de ifelse-s pero no sé cómo. Seguro que hay más de una forma ce hacerlo. Quoting José María Mateos <chema en rinzewind.org>: > On Sat, Nov 10, 2018 at 07:54:19PM +0100, Manuel Mendoza wrote: >> Muy buenas. A ver si alguien puede echarme una mano. >> A partir de una matriz de distancias de 29 x 29 he obtenido una df1. >> Ahora tengo 841 filas con la distancia de cada combinación de esas 29 &...
2018 Mar 11
0
Your browser do not suport oracle bi presentation services
...-user-agent-string-in-a-http-request-in-r However, I think the system that provides the HTML content you want relies heavily on JavaScript. You might need to end up using something like Selenium (https://www.r-bloggers.com/scraping-with-selenium/). Cheers, -- Jos? Mar?a (Chema) Mateos https://rinzewind.org/blog-es || https://rinzewind.org/blog-en
2018 Mar 11
2
Your browser do not suport oracle bi presentation services
Hi dear R users: I'm trying the following code to download an information from the web. url1 <-
2018 Nov 10
2
Asignar distancias
Muy buenas. A ver si alguien puede echarme una mano. A partir de una matriz de distancias de 29 x 29 he obtenido una df1. Ahora tengo 841 filas con la distancia de cada combinación de esas 29 categorías. Algo así como: Var1 Var2 Dist a a 0 a b 3 a c 5 b a 3 b b 0 b c 5 c ... En otra df2, de 14563 filas, tengo las
2018 Feb 24
3
Regression Tree Questions
Hi All, I'm a newbie and have two questions. Please pardon me if they are very basic. 1. I'm using a regression tree to predict the selling prices of 10 new records (homes). The following code is resulting in an error message: pred <- predict(model, newdata = outOfSample[, -6]) The error message is: Error in model.frame.default(Terms, newdata, na.action = na.action, xlev =
2018 Mar 12
0
Package gamlss used inside foreach() and %dopar% fails to find an object
...----------------------------------------------- -SECURITY/CONFIDENTIALITY WARNING- This message (and any attachments) are intended solely f...{{dropped:22}} ------------------------------ Message: 3 Date: Sat, 10 Mar 2018 16:53:35 -0500 From: =?iso-8859-1?Q?Jos=E9_Mar=EDa?= Mateos <chema at rinzewind.org> To: r-help at r-project.org Subject: Re: [R] error message from sqldf Message-ID: <20180310215335.GD5049 at equipaje> Content-Type: text/plain; charset="iso-8859-1" On Sat, Mar 10, 2018 at 09:30:42PM +0000, Ding, Yuan Chun wrote: > chr10 <- sqldf("select * from m...
2018 Mar 10
1
error message from sqldf
Dear R users, I got the following error message from running sqldf code in R. do you know how to fix it? I read the sqldf package instruction and did not find a solution. Thank you, Ding chr10 <- sqldf("select * from manifest where CHR==10") UCN3cpg <- sqldf("select * from chr10 where MAPINFO between 5405573 and 5407594), overwrite = TRUE") Error: Table chr10
2019 Jan 29
3
Conexion a SQLServer
Buenas, Alguno usa alguno de los paquetes de Microsoft R para la conexion a SQL Server? De ser asi, que paquete y que comandos usais? Yo hasta ahora he usado odbc, de Rstudio, pero me da siempre problemas con el tipo de datos que tiene SQLServer ... Un saludo Jes?s [[alternative HTML version deleted]]
2019 Feb 07
3
Paquete de R que use la sintaxis de SQL
Buenas a todos, Tengo que adaptar un proyecto que esta en lenguaje de SQL Server a RStudio. En el transcurso de este procedimiento tengo que realizar algunas consultas bastante complejas seleccionando campos de varias tablas y utilizar algunas clausulas como EXCEPT o UNION ALL. También debo actualizar varios campos de tablas usando la sentencia UPDATE y eliminar tablas bien con usando DROP TABLE o