Displaying 4 results from an estimated 4 matches for "4x4x2".
Did you mean:
4x3x2
2008 Sep 17
2
Unexpected behaviour when testing for independence with multiple factors
...wo factors are
categorical (with 4 levels each) and the last one is numerical, with
two levels.
A sample of my data is as follows:
dT Topology Drift lambda
258.789 Tree b1 .43
244.195 Tree b1 .43
115.961 Tree b2 .3
115.183 Tree b2 .3
I would like to separate dT in the 32 samples (4x4x2), and test if the
variance of each sample is equal to the other 31 samples.
I tried using fligner.test and bartlett.test, but either test seems to
only work for one factor:
> fligner.test( dT ~ Topology + Drift + lambda)
Fligner-Killeen test of homogeneity of variances
data: dT by To...
2006 Jun 28
1
Realtime: how to use column setvar?
...quot;setvar" in my dialplan?
I am not sure if it is for that what I need:
Many phones have the same jump in place, but need a few variables
different, like tariff, silent, need_password,
I have for tariff = 4 variations, for silent=2, for need_password=2
... If I solve it like now, I need 4x4x2 = 32 context variations. If I
could use a field in the Real-time database, these info could be there
and it is only one context.
bye
Ronald
2008 Sep 21
0
Unexpected behaviour when testing for independence, with multiple factors
...; A sample of my data is as follows:
>
> dT Topology Drift lambda
> 258.789 Tree b1 .43
> 244.195 Tree b1 .43
> 115.961 Tree b2 .3
> 115.183 Tree b2 .3
>
> I would like to separate dT in the 32 samples (4x4x2), and test if the
> variance of each sample is equal to the other 31 samples.
> I tried using fligner.test and bartlett.test, but either test seems to
> only work for one factor:
>
> > fligner.test( dT ~ Topology + Drift + lambda)
>
> Fligner-Killeen test of homogene...
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...; A sample of my data is as follows:
>
> dT Topology Drift lambda
> 258.789 Tree b1 .43
> 244.195 Tree b1 .43
> 115.961 Tree b2 .3
> 115.183 Tree b2 .3
>
> I would like to separate dT in the 32 samples (4x4x2), and test if the
> variance of each sample is equal to the other 31 samples.
> I tried using fligner.test and bartlett.test, but either test seems to
> only work for one factor:
>
> > fligner.test( dT ~ Topology + Drift + lambda)
>
> Fligner-Killeen test of homogene...