Displaying 2 results from an estimated 2 matches for "prodoce".
Did you mean:
prodoc
2003 Sep 25
3
Codec Information
Hi,
I'm currently working on a project to create some order in the video
codec chaos and for the completeness of the information I've got a
couple of questions about the Theora codec. I realize I'm a bit early to
add the Theora information while it's still in Alpha stage but I figured
the base won't be changing anymore (atleast not a lot anyway).
- What FourCC code(s) is
2002 Aug 22
1
Error: object is not a matrix
...AAAAAAA * B2 * C2 + Error(P2 + P2:AAAAAAAA +
P2:B2 + P2:C2 + P2:AAAAAAAA:B2 + P2:AAAAAAAA:C2 + P2:B2:C2 +
P2:AAAAAAAA:B2:C2), data=AK2.df)
Error in model.frame.default(formula = Y2 ~ P2 + P2:AAAAAAAA + P2:B2 + :
object is not a matrix
## IDENTICAL ANALYSIS WITH DIFFERENT VARIABLE NAMES DOES NOT PRODOCE
ERROR:
> AK.df <<- read.table("foo.data", col.names = c("Y", "P","A","B","C"))
> AK.df$P <- as.factor(AK.df$P)
> attach(AK.df)
> AKanova.out <- aov(Y ~ A * B * C + Error(P + P:A + P:B + P:C + P:A:B +
P:A:C + P:B:C +...