Displaying 2 results from an estimated 2 matches for "spk3".
Did you mean:
sp3
2004 Mar 13
0
... Error in "names<-.default"(`*tmp*`, value = nmstrata)
...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 <- data.frame(sub, cs, spk, rati)summary...
2004 Mar 13
1
Error in "names<-.default"(`*tmp*`, value = nmstrata) :
...ed 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 <- data.frame(sub, cs, spk, rati)...