search for: spk1

Displaying 3 results from an estimated 3 matches for "spk1".

Did you mean: sp1
2004 Mar 13
0
... Error in "names<-.default"(`*tmp*`, value = nmstrata)
...vpn)".after that data (rati) was sorted so I sorted spaeVp too, before putting it into the dataframe. (I found no better solution (newbie)) Now follows the syntax I already sent last time. After that is more data of my dataframe. with best regards, Wolfgang Pauli I use:spk =factor(rep(c("spk1","spk2","spk3","spk4","spk5","spk6","spk7","spk8"), c(2,2,2,2,2,2,2,2)))cs = factor(rep(c("yes","no"),c(8,8)))sub = factor(sort(spaeVP))rati = stack(data.frame(arousal))rati = rati[,1]rating.df <- dat...
2004 Jan 11
3
newbie question on contrasts and aov
...Spk.selected.df contrasts(Spk.selected.df$spk) <- contr.sdif(4) aov(erp ~ spk + Error(sub), data=Spk.selected.df) -> Spk.aov summary(Spk.aov,data=Spk.selected.df,split=list(spk=list(p=1,q=2,r=3))) this is the the beginning of the dataframe, which I use: sub spk erp 1 10oddball spk1 2.587 2 11oddball spk1 -0.335 3 12oddball spk1 5.564 5 15oddball spk1 0.691 6 17oddball spk1 -1.846 10 21oddball spk1 1.825 11 22oddball spk1 0.370 12 2oddball spk1 3.234 13 3oddball spk1 1.462 14 5oddball spk1 2.535 15 6oddball spk1 9.373 16 7oddball spk1 2.132 17 8oddball spk1...
2004 Mar 13
1
Error in "names<-.default"(`*tmp*`, value = nmstrata) :
...I have a problem with aov(). I used it many times, but now I have new data, tried to use it in the same way. I get I strange Error message that i can't understand (see below). I guess it is caused by incompatible data types. The dataframe also looks ok to me. I use: spk =factor(rep(c("spk1","spk2","spk3","spk4","spk5","spk6","spk7","spk8"), c(2,2,2,2,2,2,2,2))) cs = factor(rep(c("yes","no"),c(8,8))) sub = factor(sort(spaeVP)) rati = stack(data.frame(arousal)) rati = rati[,1] rating.df <...