similar to: R-beta: odd result with sum?

Displaying 20 results from an estimated 3000 matches similar to: "R-beta: odd result with sum?"

1997 Jun 20
2
R-beta: purpose of n in identify() function?
I think I am misunderstanding something about the identify() function. if we have an example such as this: > x_1:10 > y_1:10 > plot(x,y) > identify(x,y, n=1) [1] 2 3 > I clicked on two points and identify() returned both of them (2 and 3). The manual says n is the maximum number of points to be identified. If I specify n=1, should identify() return a single value?
1997 Jun 18
1
R-beta: BATCH
Does R have the ability run in batch mode as described in the S New 'blue book'? Richard -- Richard Lammers Phone: (603) 862-4699 Complex System Research Center Fax: (603) 862-0188 University of New Hampshire email: Richard.Lammers at unh.edu Durham, NH 03824 (USA) URL: TBA
2007 Feb 21
4
CentOS 4.4 on Dell PE 6400 - not rebooting ...
Hi All, This is my first post ... I *HAD* been trying to get RHEL AS 4 onto this Dell PE 6400/700, but it just wouldn't go without some weird tweaking. I am VERY happy to say that CentOS 4.4 installed without a hitch! NICELY done folks! The only real issue for me is that the machine fails to reboot or shutdown correctly. It requires physical interaction with the power switch,
2011 Aug 23
1
Testing Specific Hypothesis
Hi All! I am interested in testing whether the means for the data I am investigating are equal to a specific value - let's say 0.01. I have already run a one-way ANOVA and know that the differences in the means are not significant, so now I want to know what values the means take on. "otestme" is the data I am working with (it would be hard for me to get into a form that would be
2010 Jul 22
1
function return
I am sorry if this question is vague or uninformed. I am just learning R and struggling. I am using the book Hierarchical Modeling and Inference in Ecology and they provide examples of R code. I have the following code from the book but when I run it I don't get any output. I cannot get the values of 'out' to show up. Basically, I just want to see my estimates for b0,
2002 Sep 17
1
Question about rsync
Hello All, I've been getting an error using rsync that I've been trying to track down the cause of, but haven't been able to solve yet. When I try to connect to a remote rsync deamon, using a double colon address like 192.168.0.2::classes to copy files in either direction, I get this error after a timeout. @ERROR: chroot failed rsync: connection unexpectedly closed (128 bytes
2007 Oct 26
1
compiz workarounds plugin and firefox on Fedora 8
On Fedora 8, the workarounds plugin is not working for me with regards to Firefox menus. It seems to alternately treat the menu as a window (with window open and close animations) and a menu (menu animations). It alternates back and forth for any menu clicked. I'm wondering if this is a build bug or a known bug. It seemed to start happening on the jump from 0.5.2 to 6.0 of compiz-fusion.
2010 Aug 11
1
Adding points sequentially to multiple graphs in one window (device)
Dear R-help list: I have want seems to be a simple task, but can't find a solution. I tried querying the archives, but did not succeed. My goal is to set up two (or more) graphs in one graph window, and then during execution of a sequential algorithm add points sequentially to these graphs. The graphs have different scales / coordinates. I use the par(mfg...) command to switch between
2012 May 09
1
F14->F16 Upgrade Results in Win2003 Server Client BSOD 0x7f
Hello, I upgraded my kvm server from Fedora 14 to Fedora 16 and the only casualty was a Windows 2003 Server client that will no longer boot with and produces a BSOD. I admittedly know very little about Windows and this VM has been around - real hardware -> Parallels on a Mac -> linux kvm but it was working fine under Fedora 14. The client does boot fine under safe mode but anything higher
2012 Jun 18
1
Slide Show (S9) v1.1 Update - More Template Packs (Deck.js, Impress.js, CSSS, Slidy2, etc.)
Hello, If you're interested in authoring your presentations/slide shows in Markdown, you might check out the Slide Show (S9) gem in Ruby. A simple slide show looks like: What's Slide Show (S9)? ======================= A Free Web Alternative to PowerPoint and KeyNote in Ruby Getting Started in 1-2-3 Easy Steps =================================== * Step
2000 Aug 22
2
Command Line Arguments passed to R
Is there a way to pass command line arguments to R for use in BATCH mode or something similar? -- -Alex Morgan Homepage: http//pubpages.unh.edu/~amorgan AIM login: HomeySage "Anyway, no drug, not even alcohol, causes the fundamental ills of society. If we're looking for the source of our troubles, we shouldn't test people for drugs, we should test them for stupidity,
2007 Sep 16
0
Dual Connections with Soekris net4801and Pyramid Linux
I''m trying to connect to two ISPs the connections are as follows: Eth0 IP: 192.168.1.1 Mask: 255.255.255.0 Eth1 IP: 216.167.217.241 Mask: 255.255.255.0 Eth2 IP: 216.167.208.40 Mask: 255.255.255.0 Here are the commands to set things up: #Load modules insmod /lib/modules/2.6.19.2- pyramid.metrix.net/kernel/net/ipv4/multipath_drr.ko insmod
2007 Sep 13
0
Routing for Dual ISP connections
I''m trying to connect to two ISPs the connections are as follows: Eth0 IP: 192.168.1.1 Mask: 255.255.255.0 Eth1 IP: 216.167.217.241 Mask: 255.255.255.0 Eth2 IP: 216.167.208.40 Mask: 255.255.255.0 Here are the commands to set things up: #Load modules insmod /lib/modules/2.6.19.2- pyramid.metrix.net/kernel/net/ipv4/multipath_drr.ko insmod /lib/modules/2.6.19.2-
2008 Apr 29
2
request for feature
Dear developers, I need the feature of separately jailed, user writeable and user owned home dirs very badly because I have an SFTP server with 500 users who are partly nested could you please add a feature to set non root chroots with the %h option ? Otherwise I have to rewrite the chroot patch for 4.7p1 :-( thank you very much in advance Dirk
2012 Apr 12
2
pyramid.plot in plotrix, axis labelling
Hi, I've been looking at ways to make pyramid plots in R. I like the pyramid.plot method in plotrix as it seems the simplest to use and building them in ggplot looks a bit more code intensive than I'd like, being as I'm new to R. This package does pretty much what I need it to do, however I can't seem to scale the x axis labels. The other labels scale fine with labelcex. I
2008 Aug 31
1
how to draw a perspective pyramid
Dear list, I am trying to construct a perspective plot of a 2D triangle, or pyramid. I can easily do the one dimensional plot (code below), but I can't figure out how to do it in a perspective plot for two input variables. Does anyone have a simple solution? Thanks! Derek #code for a triangle u <- seq(-1,1,.001) tri <- (1-abs(u)) plot(tri~u,type="l",main="Second
2007 Jan 17
3
compiz 0.3.6 in fedora rawhide
Hi, I've just updated compiz in fedora rawhide and wanted to post a quick overview of the patches we still carry. Patch details are available here: http://cvs.fedora.redhat.com/viewcvs/rpms/compiz/devel terminate-move.patch restart.patch These are already upstream, but not yet in a released version. aiglx-defaults.patch tfp-server-extension.patch These two paper over a problem in
2007 Apr 18
1
[Bridge] Google SoC proposal
Hello, I am a student considering participating in Google Summer of Code program. I came across Stephen Hemminger's idea of implementing a RSTP posted on http://developer.osdl.org/dev/soc/ and found it interesting. In attachment there's my proposal, which I just submitted to google. Please share your comments. -- tadeusz andrzej kad?ubowski -------------- next part --------------
2011 Nov 14
1
Confused with an error message related to "plotrix" library in the newer versions of R.
Dear R Users, Greetings! I am confused with an error message related to "plotrix" library in the newer versions of R. I used to run an R script without fail in the earlier versions (R 2.8.1) of R; but the same script is now throwing up an error message in the newer versions (Now I have R 2.13.0 & R 2.14.0). Herewith I am furnishing the same code for your perusal. It would
2008 Nov 16
1
Fw: alpha transparency crashes R
I'm forwarding a bug report from Jeff Gove that didn't make it to the list. -Deepayan ------- Original Message -------- Subject: alpha transparency crashes R Date: Fri, 07 Nov 2008 14:32:27 -0500 From: jeff gove <jhgove at unh.edu> To: r-bugs at r-project.org I ran into a problem with R crashing when a certain number of transparent objects (e.g., symbols) are sent to a PDF