Displaying 2 results from an estimated 2 matches for "lepus".
Did you mean:
leps
2012 Mar 21
1
AIC models are not all fitted to the same number of observation
Hi,
Using lme from the package nlme 3.1-103, I meet a strange warning. I am
trying to compare to models with:
library(nlme)
lmez6=lme(lepus~vulpes,random=~1|troncon/an,data=ika_z6_test)
lmez60=lme(lepus~1,random=~1|troncon/an,data=ika_z6_test)
Both have the same number of observations and groups:
lmez6
Linear mixed-effects model fit by REML
Data: ika_z6_test
Log-restricted-likelihood: -2267.756
Fixed: lepus ~ vulpes
(Interce...
2006 Jul 10
2
chattr +T not implemented?
We run a third party application that creates an inordinate amount of
subdirectories in a single directory. To speed up I/O, I wanted to set
the T attribute on the directory that will hold the subdirectories. The
"chattr +T /usr/local/lepus-bb/a-0607" command returns status 0, but
when I verify the setting, the attribute isn't there:
# lsattr -d /usr/local/lepus-bb/a-0607
------------- /usr/local/lepus-bb/a-0607
Is this attribute implemented? The manual pages entry for chattr
suggests it is, but when I check the ch...