Displaying 4 results from an estimated 4 matches for "voles".
Did you mean:
holes
2010 Jul 07
1
CMD.exe script question
I need help making a windows batch script work in wine.
I a total newbie to wine. I copied the script from a windows machine where it runs correctly. The first line is supposed to discover the name of the DVD in drive D. The %vole% is being converted into the letter I.
--This is in the cmd file.
for /F "tokens=6" %%I in ( 'vol d: ^| find /i "volume in"' ) DO (SET
2006 Sep 06
1
Help on estimated variance in lme4
Dear all,
I get an error message when I run my model and I am not sure what to do
about it.
I try to determine what factors influence the survival of voles. I use a
mixed-model because I have several voles per site (varying from 2 to 19
voles).
Here is the model:
###
fm5 <-lmer(data=cdrgsaou2,
alive~factor(pacut)+factor(agecamp)+factor(sex)+ResCondCorp+(1|factor(cdrgsa
ou2$ids)),
family=binomial,
method="Laplace",
)
###
Description of...
2007 May 10
1
R talks at LSM 2007
Dear R users and developers,
Would any of you be interested in giving a lecture about R and/or R
use cases at the following free software conference that takes place
in Amiens, France, next summer?
We already had a talk on R last year by Yves Croissant
(http://2006.rmll.info/theme_26?lang=en) but are still open to any
submission this year.
We expect some talks this year (to be confirmed) about
2003 Jul 02
3
How long is a day?
Why is 19 March, 1947 a little longer than one day?
x <- as.POSIXct("1947-04-16")
julian(x, origin = as.POSIXct("1947-03-20"))
Time difference of 27 days
julian(x, origin = as.POSIXct("1947-03-19"))
Time difference of 28.04167 days
> julian(x, origin = as.POSIXct("1947-03-18"))
Time difference of 29.04167 days
I am running R-1.7.1 compiled on