Displaying 20 results from an estimated 900 matches similar to: "changing existing graphs optimally"
2007 Apr 01
2
Reading user input
Hi there, this is a very easy question, i just cant seem to find a straight
answer- i need this one thing, then i can finish my project for this term.
I am making an interactive application with R where I get the user to input
numbers that the program then uses in the analysis. I have figured out a
lot of stuff, yet this is somehow hard to find the answer to:
2007 Apr 02
2
(Newbie)Basic Basic global vs. local variables
My R code has got too complex to have a non-modular approach. Ive done some
coding in other languages before, but I somehow cant figure out R's general
rules for global and local variables. I have put a simple code below, if
anyone can show me what i need to add to make this work, i would greatly
appreciate it!
#----------------------------------------
g_Means<-numeric()
2007 Apr 04
2
Newbie: Simple loops: complex troubles
I am used to java (well, i dont remember it really well, but anyway)
I have having a really difficult time making simple loops to work. I got the
following to work:
##
##Creates objects Ux1, Ux2, Ux2 etc. that all contain n numbers in a
random distribution
##
m<-c(m1,m2,m3,m4,m5,m6,m7,m8,m9,m10)#these are defined as numbers (means)
v<-c(v1,v2,v3,v4,v5,v6,v7,v8,v9,v10)#these
2007 May 03
1
Bayesian logistic regression with a beta prior (MCMClogit)
Dear all,
I am trying to use the logistic regression with MCMClogit (package:
MCMCpack/Coda) and I want to put a beta prior on the parameters, but it's
giving me error message (please see output below) no matter what shape 1 or
2 I use. It works perfect with the cauchy or normal priors. Do you know if
there is a catch there somewhere? Thanks
logpriorfun <- function(beta,shape1,shape2){
2007 Feb 14
1
se.contrast confusion
Hello,
I've got what I'd expect to be a pretty simple issue: I fit an aov object
using multiple error strata, and would like some significance tests for the
contrasts I specified.
In this contrived example, I model some test score as the interaction of a
subject's gender and two emotion variables (angry, happy, neutral), measured
at entry to the experiment (entry) and later
2006 Jul 15
1
Some problems with latex(ftable)
The ftable structure is not an ordinary matrix. Instead, it has the
body of the table with several cbind- and rbind-ed rows and columns of
label information. The example in ?ftable has two row factors and two
column factors.
Continuing with the example in ?ftable, enter
tmp <- ftable(mtcars$cyl, mtcars$vs, mtcars$am, mtcars$gear, row.vars = c(2, 4),
dnn =
2007 Apr 04
0
to findout maximized log likelihoods by using rlarg.fit (for several r order statistics)
Dear R helpers,
I need to find out maximized log likelihoods,
parameters estimates and standard errors (in
parentheses) of r largest-order statistics model, with
different values of r by using the function rlarg.fit.
I want to specify required number of order statistics
to the model. I attached my data file with this
mail.please help me.
Ruposh
--- r-help-request at stat.math.ethz.ch wrote:
2009 Dec 25
5
[Bug 25795] New: windows not redrawn after resize
http://bugs.freedesktop.org/show_bug.cgi?id=25795
Summary: windows not redrawn after resize
Product: xorg
Version: 7.4
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2011 Oct 06
2
Titles changing when a plot is redrawn
I ran into a problem with titles on graphs. I wanted a graph with
multiple subplots, with each having a title that involved both
a Greek letter and an identifier for each graph. Below is a
simplified version of code to do this. The graph appears fine,
with the first graph having "i=1" in the title, and the second
graph having "i=2" in the title. However, when I resize the
2007 Oct 12
1
[PATCH] little typo in news file
Hi, patch inlined for reowkr -> rework conversion in 0.5.3 NEWS entry.
cheers,
riccardo
diff --git a/NEWS b/NEWS
index 10b69f7..245c336 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Lots of new built-in objects and code cleanup are the
highlights of yet another Swfdec release. And a little less condensed:
- rework of what APIs call into the script engine. This greatly
simplifies using
2007 Oct 12
1
NEWS
NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 3607703c012ac59cb9609b45c2837d0876ed2898 (from 835eda8c888d6f3125f571f69132e293b66e495e)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Oct 12 19:26:45 2007 +0200
copy/paste error in my brain when writing this
diff --git a/NEWS b/NEWS
index 1006e58..10b69f7 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7
2012 May 11
22
[Bug 49786] New: In xterm, some rectangles are not redrawn when the window is partly covered
https://bugs.freedesktop.org/show_bug.cgi?id=49786
Bug #: 49786
Summary: In xterm, some rectangles are not redrawn when the
window is partly covered
Classification: Unclassified
Product: xorg
Version: 7.6 (2010.12)
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
2007 Aug 27
5
Compiz not working properly using nvidia twinview
Hi,
I am running ubuntu 7.10 gutsy, and I have compiz working on one monitor
( a bit slow though ). When I add twinview to the mix compiz still comes
up, and sort of works but:
1. I loose the background and it is replace by all white
2. The second monitor draws about 30% of the new white background,
then it ends with a bit of a shadow, and then it continues with black
3.
2009 Jan 29
2
fluxbox, ess and redrawing r windows
Hi,
I'm running Lenny with Fluxbox, interacting with R via Emacs + ESS. An
ongoing aggravation with this setup is trying to get R graphics windows
redrawn.
For example, I may have 8 or 10 R graphics windows open, and I switch
between them using Alt-tab. The problem is, sometimes the windows remain
blank. Sometimes I can get the display back by moving the window with
the mouse, or switching
2004 Oct 17
3
ecdf with lots of ties is inefficient (PR#7292)
Full_Name: Martin Frith
Version: R-2.0.0
OS: linux-gnu
Submission from: (NULL) (134.160.83.73)
I have large vectors containing 100,000 to 20,000,000 numbers. However, they
only contain a few hundred *distinct* numbers (e.g. positive integers < 200).
When I do ecdf(v), it either runs out of memory, or it succeeds, but when I plot
the ecdf with postscript, the output is unnecessarily bloated
2009 May 08
3
Will radeon or radeonhd work with compiz?
Sam, Danny, J., all
I am working with the radeon and radeonhd drivers seeing if I can get them to
work with compiz 0.8.2.1 on my radeon x1200 laptop. My xorg .conf is:
Section "Device"
BoardName "RV350 NP"
# Driver "radeon"
Driver "radeonhd"
Identifier "Device[0]"
VendorName "ATI"
EndSection
I have tried
2008 Jun 26
0
Wine redraw problem with baldur's gate ii (and others)
Hello.
When i upgraded wine from 0.9.46 to 0.9.53 i noticed a annoying thing.
When i run Baldur's Gate II - Shadows of Amn (and Icewind Dale II) on
normal fullscreen mode they work fine. If i enable the "emulate a virtual
desktop" option so that it runs on a window, it works fine until another
window gets on top of the wine window.
For example, i run xterm and run wine. If i click
2008 Jul 11
0
redrawing X11 devices
Hi,
One thing that has always puzzled me using R, via Emacs/ESS on Debian,
is how the graphics windows get (or don't get) redrawn. At the moment
I've got four different X11() windows open, arranged to all fit on the
screen at the same time. However, I have no idea how to get them all
redrawn consistently. What I mean is, if I now switch focus from my main
Emacs window to one of the
2001 Apr 10
1
Win98 wheelmouse graphics lock problem (PR#906)
Full_Name: Christopher Paul
Version: Version 1.2.2 (2001-02-26)
OS: Win 98
Submission from: (NULL) (4.35.137.70)
Using the GUI, if I make a plot(), click on the graphics window and then use my
wheelmouse to attempt to move up and down the graphics image, the image fails to
redrawn properly, and then entire GUI session "hangs" and needs to be closed. I
wasn't aware how committed
2005 Oct 24
1
X11 redraw events dropped? (PR#8250)
Full_Name: Keith Frost
Version: 2.1.0
OS: Debian Sarge
Submission from: (NULL) (66.162.141.10)
This has actually been a problem for some time in R under Linux. (I noticed
it under previous builds for Redhat 9 as well.) The graphics device windows
produced by the x11() function do not always get redrawn when they should,
sometimes leaving the device blank when there should be a graph on it.