search for: 02b

Displaying 19 results from an estimated 19 matches for "02b".

Did you mean: 02
2004 Jul 29
2
Parsing multi-line strings. Bug? Feature?
...the script fairly easy. The R parser chokes on this and requires strings to have a backslash for line continuation: f = function(){ sometext = " abc \ def" } Mark Bravington discussed the same issue (with comments about the documentation) here: http://tolstoy.newcastle.edu.au/R/help/02b/5199.html I would like to echo Mark's request that compatability with S-Plus be considered. Thanks Kevin Wright
2005 Jan 10
4
Graphical table in R
I would like R to produce some tabulated data in a graphical output. When I say tabulated data, what I mean is a table with rows and columns. This would be useful when reading in a big file, performing some analysis on it, and then wanting to display the results as a table. Something like plot(x,...) where x is a matrix For example, the result could look (approximatly) like...
2004 Jul 13
1
SMP, Single System Image clustering, multithreading
Hi All, I have looked through the following thread: http://tolstoy.newcastle.edu.au/R/help/02b/4551.html and would like to ask after 1.5 year the same question: Are there any plans to involve multithread computations in R? Few word about my motivation: I use R on my OpenSSI cluster with 7 CPUs, so one could simply think of this cluster as of single computer with 7 CPU. My...
2003 Apr 16
2
USB2.0/Firewire Enclosure
I (work :) bought a USB2.0/Firewire enclosure and I had a little trouble with it until I came across this page http://people.freebsd.org/~maho/USB/comment/ku350a.txt after trying the sysctl things work well. I haven't tried the USB2.0 side of it, as I don't have any USB2.0 controllers. The Firewire bit works great too (quite a bit faster than USB1 :) The enclosure in question is made
2010 Jun 18
1
Fitting a polynomial using lrm from the Design library
Hi all, I am looking to fit a logistic regression using the lrm function from the Design library. I am interested in this function because I would like to obtain "pseudo-R2" values (see http://tolstoy.newcastle.edu.au/R/help/02b/1011.html). Can anyone help me with the syntax? If I fit the model using the stats library, the code looks like this: model <- glm(x$trait ~ x$PC1 + I((x$PC1)^2) + I((x$PC1)^3), family = binomial) What would be the equivalent syntax for the lrm function? Thanks very much in advance, -------...
2004 Jul 06
3
Improving effeciency - better table()?
Hi, I've been running some simulations for a while and the performance of R has been great. However, I've recently changed the code to perform a sort of chi-square goodness-of-fit test. To get the observed values for each cell I've been using table() - specifically I've been using cut2 from Hmisc to divide up the range into a specified number of cells and then using
2005 Dec 15
2
Lattice graphics with combined plot types
...index.cond=list(c(2,1)), scales=list(x=list(rot=90,cex=2),y=list(cex=2)) ,panel=function (x,y,...) { panel.barchart(x,y,...) panel.abline(h=0.25,col="red") } # main="Stable Pressure for 70-DS-005 Protocol 02-634-02B" ) ) Any thoughts? I know it's something simple, I just cannot see it... Thanks in advance. ------------------------------------------------------------------------------- Shawn Way 14 Cambridge Center Cambridge, MA 02142 Ph:617-679-4488 [[alternative HTML version de...
2004 Sep 10
1
Multi-line string constants: proposed patch
R 1.9.1 requires multi-line strings to contain a backslash at the end of each line (except the last line). As noted by Mark Bravington (http://tolstoy.newcastle.edu.au/R/help/02b/5199.html) this requirement appears to be undocumented. In S-Plus 6.2, multi-line strings do not need a backslash for continuation. I recently (http://tolstoy.newcastle.edu.au/R/devel/04b/0256.html) requested compatability with S-Plus and was told to contribute a patch and then it would be consid...
2004 Sep 09
3
Dyn.load of sharing object with GSL library
..." <msvika at mscc.huji.ac.il> To: "r-help" <r-help at stat.math.ethz.ch> Sent: Thursday, September 09, 2004 6:18 PM Subject: Re: [R] Adding GSL library path to SHLIB > Dear Prof. Ripley, > We read the archive thread > http://maths.newcastle.edu.au/~rking/R/help/02b/0547.html > Thank you for your help, we will try to create the Makevars file. > Vicky. > > > > ----- Original Message ----- > From: "Prof Brian Ripley" <ripley at stats.ox.ac.uk> > To: "Vicky Landsman" <msvika at mscc.huji.ac.il> > Cc: &qu...
2020 Oct 21
0
Which PCIe cards work with North American BRI & Asterisk?
...39;t support it, according to everything I've read (their manuals and their tech support). I think I need National, maybe National 1 or National 2. I already got an NT-1. I'm getting a few ISDN phones to test the circuit. I ordered a Dialogic Diva Diva 4BRI - 8 PCI-E 4 Ports Quad 803-031-02B Gu... but I'm concerned that it does not work out of the box with Asterisk and requires proprietary closed firmware or software. Brad Allen
2007 Mar 23
1
using "\t" in mtext
Hi, Using tab spaces in mtext e.g. > mtext("\t") little squares are plotted. Is there a way to use "\t" without getting squares displayed? Thanks Thomas [[alternative HTML version deleted]]
2004 Sep 16
0
FW: Parsing multi-line strings. Bug? Feature?
> Kevin Wright <kwright@eskimo.com> writes: > > > R 1.9.1 requires multi-line strings to contain a backslash at the > > end of each line (except the last line). As noted by Mark > > Bravington (http://tolstoy.newcastle.edu.au/R/help/02b/5199.html) > > this requirement appears to be undocumented. > > > > In S-Plus 6.2, multi-line strings do not need a backslash for continuation. > > > > I recently (http://tolstoy.newcastle.edu.au/R/devel/04b/0256.html) > > requested compatability with S-P...
2003 Jul 15
2
R, geochemistry, ternary diagrams
I'm in e-mail contact with a geochemist who maintains a well regarded geochemistry web site. He's drawing diagrams either with a Turbo Pascal program running in a DOS window or with Excel. I'm trying to persuade him that R would be a better choice. Something he's particularly keen on is ternary diagrams. I think he is talking about ternary phase diagrams, and if so, it looks as
2005 Mar 15
0
trellis/ panel.superpose/ passing in superscripts/ groups
...I can see the association of the eggs with water masses. It is all working, but I have had to replace a call to panel.superpose with panel.xyplot to plot the two years with different symbols. The problem may be related to one raised by Volker Franz <http://maths.newcastle.edu.au/~rking/R/devel/02b/0993.html> that was reported to be fixed. On the other hand, I may just be using panel.superpose incorrectly. You can see that I've messed around with the groups variable to try and get it working. My code is as follows. "sardine.egg.T.S.space.2001.and.2002.exp" <- function(...
2004 Jan 16
3
Another wishlist for R
...nd include an anova table, for example: pdf("file") boxplot(y~x) frame() sink.to.pdf() frame() anova(lm(y~x)) sink() dev.off() I know of no such (simple) tools. Ben Bolker has a an idea here: http://maths.newcastle.edu.au/~rking/R/help/02b/4179.html 5. Drop unused factor levels by default. (At least as a settable option.) This issue has been debated before--I'm just adding my vote and justification. The proportion of time I want data to include unused factor levels is close to zero. The amount of time I spend cleanin...
2006 Mar 15
3
Help on factanal.fit.mle
Hi Can anybody please suggest me about the documentation of "factanal.fit.mle()" (Not factanal()------ searching factanal.fit.mle() in R always leads to factanal()). Is there any function for doing principal component factor analysis in R. Regards Souvik Bandyopadhyay JRF, Dept Of Statistics Calcutta University [[alternative HTML version deleted]]
2004 Oct 18
2
答复: 答复: R plot problems
Yes! You are right ! It is perpendicular to the axis. Thank you very much! Could I choose the angle ,such as 45 degree? Best Regards! Ivy Li YMS in Production & Testing Semiconductor Manufactory International(ShangHai) Corporation #18 ZhangJiang Road, PuDong New Area, Shanghai, China Tel: 021-5080-2000 *11754 Email: Ivy_Li at smics.com -----orig--- Hi Ivy, How about x <-
2006 Sep 19
4
How to draw a per mille symbol?
Dear list, Following advice posted to this list a while back by Prof Ripley [1], I have been trying to draw a per mille character [2] in an axis label. This should give the correct character: plot(1:10, ylab = "\u2030") but all I get is '"S'. I'm running linux (FC5) and have fonts installed that have the correct character (viewed in the Gnome character map at least).
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking