Displaying 2 results from an estimated 2 matches for "vinculo".
Did you mean:
vincolo
2011 Nov 03
2
SQL SERVER + RAILS
hOLA A TODOS QUISIERA SABER COMO LOGRO TRABAJAR CON RAILS Y SQL SERVER
2000
COMO GESTIONO USO MI DB EN SQL SERVER, COMO VINCULO UNA APP EN RAILS CON
ESTE GESTOR DE BD. O UNA BASE DE DATOS EN SQL, NO EN MYSQL U OTRA. SINO
EN SQL
gRACIAS.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send...
2018 Nov 25
3
Variables: non-numeric argument to 'pairs'
Hola a todos
Estoy cargando una base de datos a R llamada "Base", desde excel. A la hora
de utilizar funciones como:
>pairs(Base)
Error in pairs.default(Base) : non-numeric argument to 'pairs'
Una forma de arreglar este problema es utilizando la funcion as.numeric(),
pero me toca hacerlo variable por variable:
>Base$Variable1<-as.numeric( Base$Variable1)