similar to: R News, volume 7, issue 1 is now available --error in AMMI article

Displaying 20 results from an estimated 1100 matches similar to: "R News, volume 7, issue 1 is now available --error in AMMI article"

2007 Jul 23
1
The 'REP' term in AMMI{agricolae}
Dear all, W2k, R 2.5.1 I am trying out the AMMI function in the agricolae package, to analyse the dependence of environment for a certain cultivar. The function responds to four basic variables: ENV Environment GEN Genotype REP Replication Y Response My question concerns the 'REP' term. When I normally do an analysis of variance, the replication would refer to repeated observations
2007 Jul 19
2
Subsetting dataframes
Dear all! W2k, R 2.5.1 I am working with an ongoing malting barley variety evaluation within Sweden. The structure is 25 cultivars tested each year at four sites, in field trials with three replicates and 'lattice' structure (the replicates are divided into five sub blocks in a structured way). As we are normally keeping around 15 varieties from each year to the next, and take in 10 new
2008 Jan 22
1
Duncan's MRT: limitations to qtukey() function?
Dear all, I'm using R to perform multiple comparison testing on agriculture genotype trials. To perform the Duncan's MRT, I use the qtukey() function with the following syntax: qtukey(p = ((1 - 0.05) ^ (pos - 1)), nmeans = pos, df = ni) I experience a strange behaviour when the number of means in the trial and the number of residual degrees of freedom (ni) becomes high
2006 Jan 23
2
how to install internet explorer
Hi, The wine is new to me. I want to install internet explorer using winetools. there are always errors. It seems the winetools were tested on wine 9.0, but my wine is wine-0.9.6-1.fc4. any advice?? Thanks Yuandan
2006 Jan 04
1
write out data in format
Hi, how to write out data frame in format? for examples, I wrote out a data using 'write.table(siredata, file='siredata.txt', row.names=F, quote=F)'. it produced data alike this: 2882 1 0 0 0 0 L1600481991910012 L1600011988880196 2883 0.79 0.21 0 0 21 L1622881993930001 L1600481991910012 2884 0.84 0.16 0 0 23 L1622881993930005 L1600481991910012 2885 0.9 0.1 0 0 23
2004 Dec 03
1
Getting R to emit an image file as a pipe or Base64 strea m: Mac OSX 10.3 - R 2.0.1
> From: Yuandan Zhang > > If you want to call R from perl, why don't you do a simple > system call like: > > $callR="/usr/loca/bin/R CMD BATCH plotscript.R"; > system ($callR); > > It is not necessary to start X display if anything can be > done in background But the problem is jpeg()/png() are not available unless an X display is available to the
2006 Nov 22
1
installation step for RSperl
Hi, I try to use R within perl. however, I have a bit difficulty to install RSperl. I followd steps from http://www.omegahat.org/RSPerl/. but still can' t make it work. could someone list a fe w clean steps that I can follow to install it? cheers -- .................................... Yuandan Zhang 张元旦 ..................................... [[alternative HTML version deleted]]
2006 Jan 25
3
install IE6
Hi, Prevously, I set up Office 2000 with out outlook and frontpage sucessfully. Aftert that, I installed OUTLOOK and Frontpage. they require Internet Explorer to run. When I tried to install IE6, it says 'A previous installation has pending work requiring a reboot. You need to restart your computer to complete that installation before run IE setup. Setuo will now close' How to fix
2005 Mar 23
5
Tool for update
Hi, Is there any tool to check if there is update version of a package available? I look for things alike YUM for linux? YD
2005 Jun 06
2
simplified Chinese and traditional Chinese translation for R manuals
Hi, every one, I have translated <An Introduction to R > into simplified Chinese and traditional Chinese. You can browse them from these two URL: simplified Chinese: http://www.biosino.org/pages/newhtm/r/schtml/index.html#Top traditional Chinese: http://www.biosino.org/pages/newhtm/r/tchtml/ I have distributed these document in HTML format. That is because there is something wrong with
2006 Feb 06
1
commend line output
Hi, when I run WINWORD.EXE with wine 0.9.7. I get a lot of command line output (see below). The MS WORED seems fine. Is this normal? if not, what is the problem and how to fix it? Yuandan fixme:imm:ImmGetContext (0x20066): stub fixme:imm:ImmSetCandidateWindow (0x7ff5ae50, 0x307b2d5c): stub fixme:imm:ImmReleaseContext (0x20066, 0x7ff5ae50): stub fixme:imm:ImmGetContext (0x20066): stub
2012 Apr 24
2
How do i read the source code of "biplot"?
> biplot standardGeneric for "biplot" defined from package "stats" function (x, ...) standardGeneric("biplot") <environment: 0x0d4444d8> Methods may be defined for arguments: x Use showMethods("biplot") for currently available ones. > > > showMethods("biplot") Function: biplot (package stats) x="ANY"
2007 Jun 05
2
biplot package
Dears, I've been learning biplot (Gabriel, 1971) and I found the function 'biplot', inside of the package 'stats', useful but, a bit limited. So, I'm thinking to start a colaborative package to enhance this methods to other multivariate methods. In this way, I would like to start it, making public a new function (biplot.pca, still in development, but running) that make
2009 Mar 01
3
Modifying a built-in R function
Hello, Something incredible (at least for me) has happen. Yesterday night I downloaded biplot.R to edit this function and add new features I wished. Namely I wanted to plot points belonging to different groups using different colors and symbols. I identified which part of the original code I had to modify. Then, I rename biplot by biplotes and executing biplotes(x), being x a princomp class
2009 Sep 02
4
"biplot" graphical options?
Dear R-help fellows good afternoon. I am struggling in the attempt to impose some graphical conditions (changing point symbols, colors, etc) to biplot function (I am using it to visualize the results of princomp) but I can't apparently manage to change anything but the axis... and I have been browsing manuals and vignettes without finding any explicit suggestions on how to operate... Can
2006 Jul 31
1
How does biplot.princomp scale its axes?
I'm attempting to modify how biplot draws its red vectors (among other things). This is how I've started: Biplot <- function(xx, comps = c(1, 2), cex = c(.6, .4)) { ## Purpose: Makes a biplot with princomp() object to not show arrows ## ---------------------------------------------------------------------- ## Arguments: xx is an object made using princomp() ##
2005 Jun 03
1
Reading biplot function's source code
Hi everybody, Excuse me for this silly question, but after searching the help archives I'm still unable to find my way to read the source code of the "biplot" function in R. I have installed the mvbutils package, and tried: > fixr(biplot) which only gives me: function (x, ...) UseMethod("biplot") with no further details.... I'd like to read the code to see if
2007 May 13
2
Biplot
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20070513/6557c355/attachment.pl
2010 Apr 27
1
Symbols in biplot
Hello all, I just started in on R today. I am at the point where I am trying to distinguish different groups of data (hydrochemical data) in biplot. I search and found a post about converting the sample number in biplot to a symbol like x or + "> temp <- matrix(runif(50), nrow=10) > temp.pca <- princomp(temp) > biplot(temp.pca, xlabs=c("A", "A",
2011 Mar 09
1
biplot breakdown help
Hi, I am trying to understand how the biplot.prcomp is constructed so I can manipulate it to emphasise particular observations and reduce the number of variables shown. The prcomp model I have ran has cor=TRUE and scale=TRUE I have worked out from looking at str(prcomp.model) that... prcomp.model$x = the observations ploted in the biplot prcomp.model$rotation = the variables that form the