Displaying 3 results from an estimated 3 matches for "spk4".
Did you mean:
sp4
2004 Mar 13
0
... Error in "names<-.default"(`*tmp*`, value = nmstrata)
...orted 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(aov(rati ~ cs*sp...
2003 Dec 11
0
spk4 / windows 2000 / samba / ldap
hello,
I have had no problem to login to a domaine samba from a machine.
After i have installed windows spk4, a message tell me i can't load
itinerant profile.
i don't use the profile section in smb.conf, the information is in ldap
server
what happened and what to do to resolve this problem
sincerely
2004 Mar 13
1
Error in "names<-.default"(`*tmp*`, value = nmstrata) :
...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)
summary(aov(rati...