Displaying 2 results from an estimated 2 matches for "mob1".
Did you mean:
mob
2005 Oct 07
1
files are copied but setting time stamp fails
I am using this command:
#rsync -tr /home/ndemou/test/ /media/MOB1/m/test/
/home/ndemou/test/
has only one file named "1" (without the quotes)
/media/MOB1/m/test/
is empty and it's on a vfat partition mounted as
#mount /dev/sda1 /media/MOB1/ -t vfat -o iocharset=utf8,umask=000
The file 1 is created at the destination but I get this error "fa...
2013 Jan 22
1
plot.mob() fails with cut() error "'breaks' are not unique"
...response to a test item) regressed onto a continuous predictor related to a given property of the test item. Although this variable is continuous, the value of this variable for many items in this particular analysis is 0. The partitioning criterion is self-reported ability in a related area.
> mob1 <- mob(
correct ~ circular.mean | srp.dimension,
control=mob_control(alpha=.001),
model=glinearModel,
family=binomial()
)
> plot(mob1)
Error in cut.default(x, breaks = breaks, include.lowest = TRUE) :
'breaks' are not unique
The same persists if I specify eithe...