Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

841 results for “from:AC”

rmultinom has a bug. (PR#4431)
skon@stats.snu.ac.kr · Oct 6, 2003 · r-devel

Full_Name: SungGON Yi. Version: 1.7.1 OS: Windows 2000 pro Submission from: (NULL) (147.46.24.107) p <- runif(4) rmultinom(1, 100, c(p, 0, 0, 0, 0)) That result are a wrong. For example, [,1] [1...

how to display a string containing greek chrs and variables
J.delasHeras at ed.ac.uk · Nov 3, 2009 · r-help

Quoting baptiste auguie <baptiste.auguie at googlemail.com>: > Hi, > > try this, > > plot.new() > x=0.8 > text(0.5, 0.5, bquote(rho == .(x))) > > > HTH, > > baptiste Aha! That does exactly what i wanted! Thanks! Jose -- The University of Edinburgh is...

src/main/par.c (PR#14214)
A.R.Runnalls at kent.ac.uk · Feb 15, 2010 · r-devel

At lines 1154-5 in par.c (at the latest svn revision 47460), in function do_par(): if (new_spec && GRecording(call, dd)) GErecordGraphicOperation(op, originalArgs, dd); if the call GErecordGraphicOperation gives rise to a garbage collection (as it may...

Want to create a histogram
kannan at iitb.ac.in · Oct 19, 2013 · r-help

Dear All, For a report that I am writing, I need to create a histogram plot with x-axis fixed as very bad, bad, fair, good and very good - i.e. the order not changed. Can someone give me an...

se.contrast
iwhite@staffmail.ed.ac.uk · Oct 27, 2004 · r-help

After a one-way anova, se.contrast computes the standard error of a contrast, but not the value of the contrast itself. Wouldn't this be useful? Am I missing something? ====================================== I.White ICAPB, University of Edinburgh Ashworth Laboratories, West...

Colour mistake (PR#13562)
plwm2 at cam.ac.uk · Mar 1, 2009 · r-devel

Full_Name: Peter Man Version: 2.8.1 OS: Windows Vista Submission from: (NULL) (128.232.240.217) When typing out any command (for example 'log'), and using auto-completion of that command by pressing tab twice in order to...

Bug when specifying size of png/jpg/bmp/tiff in mm (PR#13790)
maurice.berk01 at imperial.ac.uk · Jun 30, 2009 · r-devel

Full_Name: Maurice Berk Version: 2.8.1 OS: RedHat Linux 64bit Submission from: (NULL) (155.198.195.25) The offending line in all 4 functions is: width <- switch(units, `in` = res, cm = res/2.54, mm = 1/25.4...

Your application
C.J.Tuplin@liverpool.ac.uk · Jun 2, 2003 · r-help

I am at a loss to undestand this message since I have made no application to you (nor, for that matter, is there an attached file). Please delete my address from all your records and advise me that this has...

MESSAGE RETURNED - blocked zip attachment
daemon@bravo.kis.keele.ac.uk · Nov 2, 2004 · r-devel

**** IMPORTANT NOTICE **** The mail system at Keele University has received a message (possibly) from you which appears to contain a zipfile attachment. We are currently blocking all such messages due to high levels of virus activity involving zip files. We...

own family for glm()
iwhite@staffmail.ed.ac.uk · Jun 11, 2004 · r-help

Is it possible in R to create a customized family to be used with glm()? I see no mention of this possibility in the documentation. (S-plus has something called make.family). ====================================== I.White ICAPB, University of Edinburgh Ashworth Laboratories...

plot rtf in landscape orintation
bdeepthi at ibab.ac.in · Feb 12, 2013 · r-help

Hello All, I 'm trying to plot R graph in landscape orientation in a .rtf file. i 'm using library(rtf) for this. do we have any option in addPlot() function to rotate the orientation of the rtf file? Thank...

Installation (PR#6482)
a0108661@unet.univie.ac.at · Jan 28, 2004 · r-devel

Full_Name: Wilhelm Dollmann Version: R-1.8.1-1mdk.i586.rpm OS: Mandrake 9.0 Submission from: (NULL) (131.130.203.149) I use the KPackage installation-program. I get this message: rpm -U --replacepkgs //home2/R-1.8...

Missing Values
nhy303@abdn.ac.uk · Dec 6, 2004 · r-help

I have just started using R for my PhD. I am importing my data from Excel via notepad into Word. Unfortunately, my data has many missing values. I have put '.' and this allowed me to import the data into R...

Exporting R graphics into Word without losing graph quality
sigtool at kcl.ac.uk · Dec 23, 2013 · r-help

Waterloo Graphics is open-source and can be used from R. Graphics can be copied and pasted in vector format to Word on Windows or Mac. There is also an SVG file save option that produces output with easy-to...

Object Memory-limits in base and its help document (PR#7468)
mase@is.titech.ac.jp · Jan 4, 2005 · r-devel

Full_Name: Shigeru Mase Version: 2.0.1 OS: Linux (Debian) Submission from: (NULL) (222.149.162.192) help.search("Mem") shows there is an object "Memory-limits" in the base package. But commads "Memory-limits", or "Memory-limits()", causes...

stepwise discriminant analysis
J.Illian@abertay.ac.uk · Apr 18, 2003 · r-help

Hi all, is it possible to do stepwise discriminant analysis (linear amnd non-linear) in R? If yes- which package does it|? Thanks Janine -------------------------------------------- "El gesto y la palabra son el pensamiento del hombre" Isabel Allende Janine Illian lecturer in...

Error in Opening Project on R Studio
sdeepak at iitk.ac.in · Oct 22, 2015 · r-help

Good Evening everyone, I am Deepak Singh, Student I.I.T. Kanpur, INDIA, was working on a project on R Studio and now when I am trying to open my project it is showing the attached error. Can it be...

Getting forcasting equation from nnet results
juliacel at techunix.technion.ac.il · Jun 17, 2006 · r-help

I'm trying to build forecasting equation from weights of 2-2-1 neural net. Running the nnet function gives me a vecto of 9 weights, but I don't know how to build the equation form these values. Can...

echo = FALSE does not work
alkatz@post.tau.ac.il · May 18, 2003 · r-help

Hello, everybody, I am running R BATCH --no-save myscript.R myscript.out myscrypt.out contains the ouput I want to see there, along with all the commands executed by the script. I found in the help files, that writing...

help with gradient boxplot
Fix Ace · Dec 6, 2016 · r-help

Hello, there, I will like to fill the boxplot with gradient color, as exampled below: Can anyone help me figure out what package I should go with? Thank you very much for any inputs! Kind regards, Ace -------------- next part -------------- A...

Can't find what you're looking for? Try searching with Google .