Displaying 4 results from an estimated 4 matches for "biotecnologie".
Did you mean:
biotecnologia
2006 Aug 25
1
Problems with APC Smart-UPS 1500 USB and, newhidups
...> >
> > under "Development tree" to get it. It might solve the problem, or if
> > it doesn't, at least it will give more useful debugging output.
>
> It seems to work, now.
>
> =2D-=20
> Ing. Paolo Pedroni - Referente Informatico
> Dipartimento di Biotecnologie e Bioscienze
> Universit=E0 degli studi di Milano-Bicocca
> Tel. +39-0264483318 - Email: paolo.pedroni@unimib.it
>
2006 Aug 25
1
Problems with APC Smart-UPS 1500 USB and newhidups driver
...eport descriptor: 4294967274
Unable to get Report descriptor (-22)
[...skip other unrelevant devices...]
No appropriate HID device found
No matching USB/HID UPS found
Of course the driver does not start.
Any help?
Thanks in advance.
--
Ing. Paolo Pedroni - Referente Informatico
Dipartimento di Biotecnologie e Bioscienze
Universit? degli studi di Milano-Bicocca
Tel. +39-0264483318 - Email: paolo.pedroni@unimib.it
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.alioth....
2004 Jan 28
5
Julian dates
Hi all,
I have problems with years of dates using "chron" package.
I don't understand why R by this istruction:
> dates("01/02/29",out.format="d/m/year")
[1] 02/Jan/2029
> dates("01/02/30",out.format="d/m/year")
[1] 02/Jan/1930
reads "29" as 2029
and "30" as 1930. How could I change to read "00" to
2003 Nov 18
5
mixed model for Splus and R
Hi there,
I try to compare the mixed model package "lme" by Splus and R. I used the
dataset "Ovary" and the following code assuming AR(1) model for the error term:
lme(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), data=Ovary, random =
pdDiag(~sin(2*pi*Time) ) , correlation=corAR1() )
But I got different results! And then I used a simpler model:
lme(follicles ~