Displaying 3 results from an estimated 3 matches for "myfixed".
Did you mean:
mfixed
2010 Mar 02
2
crash when using the cp command to copy files off a striped gluster dir but not when using rsync
Hi,
I've got this strange problem where a striped endpoint will crash when
I try to use cp to copy files off of it but not when I use rsync to
copy files off:
[user at gluster5 user]$ cp -r Python-2.6.4/ ~/tmp/
cp: reading `Python-2.6.4/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py':
Software caused connection abort
cp: closing
2010 Feb 01
2
Missing names in LMER and GLM
...= 1, 4, 5, 2, 4, 1, ...
- this is made up of integers from 1 to 5, and is a random variable
The command I use is
LMER1 <- lmer(passes ~ Calls + (1|Night), family=Poisson, data=importeddata)
My problem is that when I then do 'summary(LMER1)' I get some missing
values,
for example, myfixed effects are:
CallsMM 71.24 14.24 ...etc
CallsMB .... .... ...
CallsMN ... .. ..
(the dots ... mean that there is a
number there)
However, CallsMNX is not there!
I have had the same problem...
2001 Feb 19
4
self documenting workspaces, and the proper role of the dot
again I ask for some suggestions : I don't mind being told to RTFM as long
as I get a few hints as to where to look <g>
suppose I want to document the set of functions and vectors that I have in
a workspace, and I would like to make that workspace 'self documenting' ..
so I could open up that particular workspace in a few months and know what
xdiff contained ..etc.