Displaying 19 results from an estimated 19 matches similar to: "Función mosaicplot() con alpha segun valor."
2016 Jul 10
2
Cruce Tablas
Hola a todos. Tengo estas dos tablas de aqui (tabla1 y tabla2 la de abajo) aunque estan sin datos
| FECHA ALQUILER | FECHA DEVOLUCION | PELICULA | DIRECTOR | CLIENTE |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| FECHA | CLIENTE | DIRECCION | NUMERO SOCIO | CIUDAD |
Quiero cruzar ambas tablas en función de las fechas para ver los datos coincidentes
Puedo hacerlo
2011 Oct 04
1
joining tables
Hello everyone,
I know this is very basic question for you people. I'm working with mani diferent tables, but everyone has the same variables. (V1, V2, V3). The only think that I need to do is to put together this tables. In other words, creating just one big table with all the cases showed in the smaller tables.
For example:
tabla1<-data.frame(v1,v2,v3)
tabla2<-data.frame(v1,v2,v3)
2010 Sep 22
1
agregar valores a una tablea de SQL
Hola a todos
Estoy aprendiendo a trabajar con el paquete de RMySQL, y a la vez con bases SQL,
así que a lo mejor no es tan complicado.
Quiero agregar valores, que genero en R, a una tabla de SQL más o menos la idea
es:
> ssql<-"INSERT INTO tabla1 (variableA, variableB) VALUES
(''valor1'',''valor2'')"
> dbSendQuery(conec, ssql)
pero
2018 Mar 02
3
Problemas de conexion con base de datso
Buenas,
Tengo un problema y es que intentando conectarme a una base de datos SQL Server, tras cosneguirme conectarme usando el paquete odbc, me deja acceder al contenido de algunas tablas (mediante un select), pero sin embargo en otras me pone lo siguiente:
Error in new_result(connection en ptr, statement) : std::bad_alloc
No entiendo muy bien porque me salta ese error, ya que desde SQL si
2018 Mar 02
2
Problemas de conexion con base de datso
Perdon, corrijo, es justo eso...
En cuanto hay uan cadena de tipo varchar falla. Es por temas de codificaciones en el driver. ?Como cambio la codificacion?
Un saludo
Jesus
________________________________
De: David Luna <ofc587a87 en gmail.com>
Enviado: viernes, 2 de marzo de 2018 15:02
Para: Jes?s Para Fern?ndez
Cc: r-help-es en r-project.org
Asunto: Re: [R-es] Problemas de conexion con
2018 Mar 02
3
Problemas de conexion con base de datso
Buenas
El problema es el tipo dr columnas. Haynun bug q hace que haya q mostrar el tipo de columna mas largo al final de la consulta...
Es un bug de los odbc de Windows..
Gracias
Jes?s
Obtener Outlook para Android<https://aka.ms/ghei36>
________________________________
From: Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com>
Sent: Saturday, March 3, 2018 12:02:10 AM
To: Jes?s
2011 Nov 05
2
como ponderar casos en R
Hola a tod en s.
Se trata de un tema que lleva tiempo rondándome la cabeza, pero que
nunca he encontrado una solución. Se que existe el paquete survey, pero
me gustaría saber si existe algo más sencillo.
Por ejemplo, estaba analizando los últimos datos de la encuesta de
equipamientos tecnológicos del INE y dicho fichero tiene dos variables
con factores de elevación, una para hogares y otra para
2002 Sep 13
1
[R] proposal: mosaicplot with sub and las
Two proposals for mosaicplot():
- The argument "sub" should not be ignored.
Example: mosaicplot( HairEyeColor, sub = 'test of sub' )
- To be able to discern also longer axis labels
the argument "las" or par(las=2) should not be ignored.
Example: mosaicplot( HairEyeColor, las=2 )
Thanks
Wolfram
2005 Nov 07
1
mosaicplot() update
Hi --
I've found a need for an additional option to mosaicplot(), to suppress
the labels. It's not difficult, obviously, a minor thing.
Would you like me to submit my revised code (I'll use your code rather
than my original source code which was adapted for S-Plus and R)? Or
it might be a 5-minute change for the appropriate person. No problem
either way, just let me know.
Cheers,
2008 Oct 23
1
How to (simply) add table-values to a mosaicplot ?
Hello.
I am looking for a way to add table values (from a "table" object) into a
mosaic plot of that table (which is produced by the "mosaicplot" command on
the table object).
The only reference I was successful in finding on the web was in a script
here:
http://tables2graphs.com/doku.php?id=03_descriptive_statistics#figure_2
2005 Mar 29
1
Mosaicplot with different colors
This dataset below is one sample answer the questioner from our customer.
> testbank <- read.table("testbank.txt", header=T)
> testbank
age married income gender ownhouse class
1 20-30 no high female yes 1st
2 30-40 no high female yes 1st
3 40-50 no low female yes 1st
4 50-60 no high female yes 1st
5 60-70
2017 Feb 15
3
problemas con rBIND con distintos número de columnas
De esa forma me sigue entregando lo mismo, multiplica las variables por dos (80 obs 26 variables) debería ser (80 obs 13 variables).En concreto pega la información pero la costado, no hacia abajo.
Solucionara el tema si le agrego dos columnas ficticias para que queden todas las bases con 13 variables?
Saludos.
[Descripción: FIRMA2]
De: Carlos Ortega [mailto:cof en qualityexcellence.es]
Enviado
2005 Mar 10
2
Question regarding mosaicplot
I tried this :
> mosaicplot(stoc ~ q9r + segca,data=tmp2,color=T) : works fine.
And now, this :
> mosaicplot(stoc ~ q9r + segca, data=tmp2, color=T, main="Big title")
Error in model.frame(formula, rownames, variables, varnames, extras, extranames, :
invalid variable type
I'm probably stupid and missed something simple in the manual (and wouldn't like to be
2002 Sep 16
0
mosaicplot enhancements (PR#2023)
This is a feature request for mosaicplot, including the
suggestion for the code changes (mosaicplot.R) and docs
(mosaicplot.Rd) by Wolfram Fischer and myself,
diff'ed to 1.6.0 beta (2002-09-14):
Uwe Ligges
.../src/library/base/R/mosaicplot.R:
====================================================
11a12,13
> ### Changes by W. Fischer and U. Ligges:
> ## - Deparsing x in for main
2006 Jan 29
1
mosaicplot() labels overlap (PR#8536)
Full_Name: Greg Kochanski
Version: 2.2.1
OS: Debian Linux (testing)
Submission from: (NULL) (212.159.16.190)
This is really a feature request.
When you do mosaicplot() on a data set where the probability of
several nearby rows is small, then the labels for those
rows are plotted overlapping each other.
This situation can be improved by calling mosaicplot()
with a large value of
2002 Jan 30
1
mosaicplot(formula, data)--- bugged?
I have been tinkering with mosaicplot() and friends as a way
of learning R. As part of this, I've written a pair.table()
method for mosaic matrices, and would like to extend mosaicplot
to work with loglin and logln (MASS) objects. I'm using
R 1.4.0 on Win 98.
I've been trying to figure out the formula interface, and think
there's a bug, but not sure how to find it, yet alone fix
2006 Jan 29
3
Mosaicplot coloring (PR#8537)
Full_Name: Greg Kochanski
Version: 2.2.1
OS: Debian Linux (testing)
Submission from: (NULL) (212.159.16.190)
mosaicplot(x, shade=TRUE) is intended to color the blocks
blue if they are more common than one might expect
and red if they are rarer than one might expect.
Unfortunately, if a block is much rarer than expected,
it is so narrow that one cannot see the red. Thus,
a casual inspection
2009 Jul 17
3
Ayuda con el paquete de text mining (TM)
Estimados, les escribo para consultar, lo siguiente:
Estoy haciendo un trabajo de text mining y necesito importar una serie de
textos para preprocesarlos, es decir eliminar los Stopwords, hacer stemming,
eliminar signos de puntuación etc. Esto último lo puedo realizar con los
datasets que trae la librería TM. Lo que no puedo lograr es importar texto
desde algún medio a pesar que existe funciones
2003 Jun 13
2
formula (joint, conditional independence, etc.) - mosaicplots
Hi,
Can someone set me straight as to how to write formulas in R to indicate:
complete independence [A][B][C]
joint independence [AB][C]
conditional independence [AC][BC]
nway interaction [AB][AC][BC]
?
For example, if I have 4 factors:
hair colour, eye colour, age, sex
does
> mosaicplot( frequency ~ hair + eye + age + sex)
mean that the model fitted is of complete independence of