Re: [R] Fwd:

2013-09-06 Thread John Clark
It looks like all of your problem are associated with failing to installing dependencies of the plantbreeding package. install.packages("qtl") install.packages("ggplot2") install.packages ("onemap") install.packages("grid") install.packages ("agricolae") install.packages ("reshape") install.packag

Re: [R] demo creating

2011-09-16 Thread John Clark
commands in the same way into a flow Thanks for the suggestions: On Fri, Sep 16, 2011 at 9:39 AM, Duncan Murdoch wrote: > On 15/09/2011 10:22 PM, John Clark wrote: > >> R experts: >> >> I want to prepare a demo (that will play sequentially in clicks) for a >> presen

[R] demo creating

2011-09-15 Thread John Clark
R experts: I want to prepare a demo (that will play sequentially in clicks) for a presentation tutorial...Can somebody help me how can I write a demo, suppose the following are steps in the demo.. #start set.seed(1345) x1 <- sample(letters[1:10], 5) x1 sort(x1) x <- sample(1:10, 5) y <- sample(c

[R] generating multiple dataset and applying function and output multiple output dataset......

2011-09-04 Thread John Clark
Dear R experts: Here is my problem, just hard for me... I want to generate multiple datasets, then apply a function to these datasets and output corresponding output in single or multiple dataset (whatever possible)... # my example, although I need to generate a large number of variables and dat

[R] loop with model fitting pair of consecutive pair of variable: mailing all of you because it was last option

2011-02-19 Thread John Clark
Dear R-users and experts I want to create to analyse my data which looks like follows:( I have show only 8 variables but original variables much more number >1000) *sub* *ydata* *X1* *X2* *X3* *X4* *X5* *X6* *X7* *X8* 1 12 1 1 1 2 1 1 1 1 2 13 2 2 1 2 2 1 1 1 3 11