similar to: Histogram of data with categorical varialbe

Displaying 20 results from an estimated 500 matches similar to: "Histogram of data with categorical varialbe"

2008 Oct 24
3
GeForce MX4 - DMA queue hang
I have an integrated GeFroce MX4 and whenever I start X a garbled display pops up (the mouse works) and then a few seconds later X crashes. Logs here: http://www.jasp.com/nouveau/Xorg.0.log.old.241008.txt I noticed this: (EE) NOUVEAU(0): Pointer to LVDS manufacturer table invalid (EE) NOUVEAU(0): Pointer to LVDS manufacturer table invalid I don't know if that is significant. But further
2005 Jan 07
6
Compilation of R code
Hello, I'm a newbie on this list. I have a R code but its execution take a very long time. Is it possible to compile it (in C for example) to decrease the execution time ? -- ---------------- Alexandre DEPIRE INRETS / GARIG
2005 Jan 07
6
Compilation of R code
Hello, I'm a newbie on this list. I have a R code but its execution take a very long time. Is it possible to compile it (in C for example) to decrease the execution time ? -- ---------------- Alexandre DEPIRE INRETS / GARIG
2000 Feb 02
1
Placing a varialbe within a text statement.
I have a simple question. On a plot, I would like to place text containing a calculated value. What is the format? For example. I would like the following text to appear on a plot. The average temperature is 23.1 degrees. I'm guessing the command is text( x, y, "The average temperature is " %variable name% "degrees") Thanks, Matt Pocernich -------------- next part
2010 Feb 09
1
lm combined with splines
Hello, In the following I tried 3 versions of an example in R help. Only the two first predict command work. After : library(splines) require(stats) 1) fm1 <- lm(weight ~ bs(height, df = 5), data = women) ht1 <- seq(57, 73, len = 200) ph1 <- predict(fm1, data.frame(height=ht1)) # OK plot(women, xlab = "Height (in)", ylab = "Weight (lb)") lines(ht1, ph1) 2)
2023 Feb 22
2
manejo bases de datos
Estimados He trabajado en R, pero los cambios a las bases de datos los he hecho en Excel. Quisiera saber como se puede desde el propio R: 1. Anadir Mas casos (filas) 2. Calcular una nueva variable, ejemplo el IMC a partir del peso y la estatura 3. Agrupar edades en grupos (0-10, 11-20 etc.) 4. Ordenar casos (descendente o ascendente) Saludos José
2005 Feb 04
2
Compilation of R (linux) package on windows
Hello, I develop some R package on Linux machine with C subroutines. The programs in C are well compiled on Linux machine and so I have some ".so" files. Now, I want to do the same work on windows, so I install R (the last version) on windows, with Active Perl and djgpp, which is, as I know, the gcc version for windows (to compile C program), but unfortunately when I run "R CMD
2005 Feb 01
2
sgeostat
Hi, list, I am using 'sgeostat' package by Albrecht Gebhardt and I am trying to put a correlation coefficient of some kind on the lagplots. Is there a possiblity to do so? Thanks Mahdi -- ----------------------------------- Mahdi Osman (PhD) E-mail: m_osm at gmx.net ----------------------------------- GMX im TV ... Die Gedanken sind frei ... Schon gesehen? Jetzt Spot online ansehen:
2002 Jan 16
1
getting the response (dependent) from formula?
I'm trying to build a vector (fitting systems of equations) and I'm having a little trouble getting the response variables from a list of formulas... bdgmodel <- lbdg ~ d1sqr + ld1 + lhg hgmodel <- lhg ~ ht2 + lht + whc inst <- ~ d1sqr + ld1 + ht2 + lht + whc systemeq <- list( bdgmodel, hgmodel ) # manually generate the y matrix... y <- cbind( matrix( lbdg ),
2006 Feb 28
3
LaTeX in R graph
Hello, I would like to know if it is possible to insert LaTeX typesetting in R output. I want to obtain a graph with LaTeX label in order to incorporate it as postscript or pdf, x<-seq(0,1,length=100) y<-x*x plot(x,y,xlab="$X$",ylab="$X^2$")
2006 Sep 17
2
Insert R code in LaTeX document
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20060917/27772bd9/attachment.pl
2014 Aug 27
1
R, OSX, should creating SVGs request XQuartz
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 hi, on OS X, when you try and use something which depends on X11, and you don't have XQuartz installed, you receive an error message, it directs you to download XQuartz, and then it euthanizes your process. (my guess is that there is a skeleton X11 dylib installed in OS X by default, and it is responsible for the error message and the
2010 Jul 15
2
Re: Jedi Academy error with 1.1.32
Hi there all! I got the same palmer.dabbelt issue. I loaded JA with this environment variable __GL_ExtensionStringVersion=17700, but there are no objects during the game (no models, no enemies, nothing but the environment)! The game doesn?t give back any strange error, so I don't know... It?s a little bit curious, because with the same ?configuration? JK2 works pretty well! I tried
2006 May 15
1
adding line to spinogram
Dear all, I wonder what's special about spinograms {vcd} that prevents me from using it the way I do with other plots. I do: > spine(f.speaker.identity ~ x.log.lengthening, > data=ms,breaks=45,gp=gpar(fill=c("red","green")),xlab="length difference > (log ms)",ylab="speaker") > curve(0*x,add=T) Error in plot.xy(xy.coords(x, y), type =
2005 Jun 01
3
histogramm?
Hello there! When I do freq=F on hist, I get on the left a small number, what exactly does that mean? Thanks, Martin
2011 May 26
2
Plot binomial regression line
Dear all, I am quite new with R and I have a problem with plotting a binomial regression line in a plot. This is what I type in: > model<-glm(Para~Size,binomial) > par(mfrow=c(1,1)) > xv<-seq(3.2,4.5,0.01) > yv<-predict(model,list(area=xv),type="response") > plot(Size,Para) > lines(xv,yv) The error message that I get is: > Error in xy.coords(x, y) :
2009 Feb 19
2
table with 3 varialbes
I have the initial matrice: > *data.frame(Subject=rep(100:101, each=4), Quarter=rep(paste("Q",1:4, sep=""),2), Boolean = rep(c("Y","N"),4))* Subject Quarter Boolean 1 100 Q1 Y 2 100 Q2 N 3 100 Q3 Y 4 100 Q4 N 5 101 Q1 Y 6 101 Q2 N 7 101 Q3 Y 8 101
2012 Dec 02
1
Fwd: How to calculate different groups of varialbes importance level?
Dear R user! I have a small question! I have calculated the relative importance of the variables. However I would like to compare the relative importance of two different groups of variables (i.e Strategy and industry) For example let me say that strategy has 2 sub varialbes and industry has four different variables! Can I simply add the importance of those four industry variables importance
2010 Aug 25
1
jedi academy cant start
Hi there, I just cannot start this game. Here's the log/backtrace: Code: wine jasp.exe fixme:keyboard:RegisterHotKey ((nil),0,0x00000001,9): stub wine: Unhandled page fault on read access to 0x6c756d5f at address 0x6c756d5f (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x6c756d5f in 32-bit code (0x6c756d5f). Register dump: CS:0023 SS:002b DS:002b
2011 May 05
0
Conditional distribution plot using Model-based Recursive Partitioning
Hello, I am using the party module to estimate the relationship between the probability of being a student and number of siblings (alive). However, I need to include a number of relevant covariates. My code is below: fm3 <- mob(Student ~ age + alive + sex2 + cwa + cha + cym | Religion+Servant + Literacy, control = ctrl, data = samp2, model = glinearModel, family =binomial()) plot(fm3, tp_args