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”

Downloading of packages
eobudho@uonbi.ac.ke · Jun 8, 2004 · r-help

Hi, I have been trying to download BradleyTerry and brlr software but in vain. Can you help me please. I already have R installed in my computer. Thank you in advance. Elias Obudho. ----------------------------------------- University of Nairobi Mail Services "You can...

How do I create an object in the Global environment from a function
Timothy.Mak at iop.kcl.ac.uk · Dec 14, 2006 · r-help

Hi all, Say I have created an object b in my function myfunc <- function() b <- 34 How can I make b an object in the Global environment and not just in the environment of myfunc? Thanks, Tim

Lars package
achin at cse.iitb.ac.in · Apr 7, 2011 · r-help

Hello, I am a student of IIT Bombay and I am using lars for one of my projects. I wanted to enquire if lars is using C under the hood. Is it true? Can someone point me to the corresponding...

Wilcox test
bdeepthi at ibab.ac.in · Aug 17, 2011 · r-help

Hello, I have used Wilcox test to find the p-value for hgua95 spiken data. It did not give the required result, and instead gave me warnings like the values are duplicated. Kindly suggest me how to overcome this problem...

how to combine 2 3d scatterplots
mb622 at york.ac.uk · Feb 3, 2010 · r-help

hi, I am new to R and i have managed to create 2 3d scatterplots with R and Iwaswondering if there is a way to connect them. I was also wondering how i can add arrows to the plot similar...

tutorials
benn@bgu.ac.il · Feb 8, 2006 · r-sig-mac

Hello to all, I've looked through the documents posted on the R-project homepage. However, I would like to read some more and concentrate more on the statistical aspect of R. Could you recommend further tutorials to be found...

partial plots for logistic regression using glm
ucjtkst at ucl.ac.uk · Sep 24, 2007 · r-help

Dear R users, I am modelling the probability of error in a behavioural task using the glm() function (with the numbers of successes and failures listed for each line in the data frame). How can I plot the partial effects...

tutorials and statistical aspect
benn@bgu.ac.il · Feb 8, 2006 · r-sig-mac

People - Sorry is looks as if this was too much for you. Please send no more responses to my original question. Gil On 08/02/2006, at 20:05, Simon Urbanek wrote: > Gil, > would you, please, read the posting guides...

post
bdeepthi at ibab.ac.in · Aug 12, 2011 · r-help

Hello, I was trying to plot multiple graph using "par(mfrow=c(3,2))". But this is giving me the following error: Error in axis(side = side, at = at, labels = labels, ...) : X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1...

calculating large factorials
rfulton at stats.gla.ac.uk · Dec 9, 2008 · r-help

Hi I was wondering if there is a way to compute factorials >170 in R i have a formula including factorials of nearly 10000 i know in python and i think c++ there is a big number library is there...

(no subject)
gierdien_sta_staff_sci_main_uct@mail.uct.ac.za · May 3, 2005 · r-help

Hi I'm a postgraduate student and I am currently busy with EVT. I am a new user to R and have been making use of the fExtremes package. Could you please tell me how to assign "blocks" by "months...

forum (PR#3322)
stomerma@techst02.technion.ac.il · Jun 23, 2003 · r-devel

Full_Name: tomer maymon Version: 1.4 OS: windows XP Submission from: (NULL) (128.139.197.33) hi i'm sorry to disturb you ,but i have few questions acording R-language .like how can i ran it from delphi...

R crashing when displaying X output (PR#3196)
mn@cs.york.ac.uk · Jun 5, 2003 · r-devel

Full_Name: Mark Nelson Version: 1.7.0 OS: Solaris 9 Submission from: (NULL) (144.32.160.78) When trying to produce a histogram, R crashes. Steps to reproduce the problem - > a <- rnorm(100,1,1) > a > hist(a) Note...

boxcox in MASS library
demiurg@post.tau.ac.il · Mar 1, 2004 · r-help

Help page for boxcox function in MASS library says that the transformation is y^lambda, which is different from the Y' = log(Y) if lambda = 0 , Y' = ((Y ^ lambda) - 1)/lambda otherwise I'm used to. Is this just a...

Hidden Markov estimation
J.Illian@abertay.ac.uk · Jul 18, 2003 · r-help

Dear all, is there a package in R that can be used to estimate the parameters in a Hidden markov Model? Thanks Janine ------------------------------------------ Janine Illian lecturer in statistics SIMBIOS School of Computing and Advanced Technologies University of Abertay Dundee Bell...

MLE
vkatoma at cs.uct.ac.za · Apr 17, 2006 · r-help

Hi , I want to compute the MLE for a simple sample of data, say 45,26,98,65,25,36,42,62,28,36,15,48,45, of which I obviously have the mean and the sd. Is there a...

csimtest function in multcomp package
d.m.perkins at qmul.ac.uk · Dec 4, 2009 · r-help

Hello all, Quick question: I want to do posthoc contrasts for a linear mixed effects model. However, when trying to use the csimtest function in multcomp package I receive an error message saying it cannot find the function, even after...

deviance.Rd (PR#2517)
a.stephenson@lancaster.ac.uk · Feb 1, 2003 · r-devel

The sentence `There is no default method for this function.' should be excluded from deviance.Rd, which documents deviance.default, amongst others. Alec Stephenson tel +44 (0) 1524 593950 Department of Mathematics and Statistics fax +44 (0) 1524 592681 Lancaster...

gamma and lgamma functions (PR#684)
james.lindsey@luc.ac.be · Oct 4, 2000 · r-devel

The following seems very strange: > lgamma(-0.04) [1] 3.243307 > gamma(-0.04) [1] -25.61830 Jim -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe...

quartz device (PR#13115)
vdewit at ulg.ac.be · Oct 2, 2008 · r-devel

Dear, The quartz device doesn't work in R version 2.7.2 (2008-08-25), on my MacBook Pro. For example, when I just type 'demo(graphics)', the quartz window stays empty and the clockwise time indicator keeps on...

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