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
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
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 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
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
5 matches
Mail list logo