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
Dear R users,
I want to calculate the bias and variance of an estimator for several values
of two parameters a and b.
For example :
b1 b2
a1 bias bias
variance variance
a2 bias bias
variance variance
Can one do array of arrays ? I have tried and it did not wor
3 matches
Mail list logo