Thanks to all three of you.
I used a 4 dimensional array as you suggested.
I will have to do a lot of loops with loop variables i and j. I should
perhaps save my results from time to time, no ? If I need to save "object1"
and "object2",
the command should be save(object1,object2,file=paste("save"
Is it possible to have one array for bias and one for variance? such as..
biasAr=
b1 b2
a1 biasbias
a2 biasbias
and
varAr=
b1 b2
a1 var var
a2 var var
then you can combine the two in a data frame?
thanks
y
Michael Prince wrote:
>
> Dear R users,
>
> I
2 matches
Mail list logo