Displaying 3 results from an estimated 3 matches for "relplace".
2009 May 14
1
Data extraction problem after importation using RODBC
...e following code:
reg1gls <- gls(data$prod ~ data$pri + data$cli +
correlation=corAR1(form= ~data$Year), method='ML')
The problem is that after this gls regression, I have the fellowing error message :
Error in eval(expr, envir, enclos) : 'Year' object is not find
When I relplace "Year" by 1 in the gls formula, I have a second error message
Error in eval(expr, envir, enclos) : 'prod' object is not find
So I do not understand why R is able to extract variable from my data base with an lm object but it is not able to do it with the gls object.
Do you...
2012 Feb 10
2
Query - Issue creating VMs when not using bridge that Xen created, but using ovswitch.
*Hello,*
I have installed Xen as Hypervisor with OpenSUSE running in Dom0. I want to
use ovswitch (ovs) instead of the bridges that Xen created. In order to do
so, I installed ovs in dom0 just like for the plain Linux.
Xen has replaced eth0 with peth0, and has created a bridge named eth0. And
eth0 is connected peth0 interface , vif2.0 interface (VM), and everything
is working fine. Now I delete
2003 Dec 01
0
No subject
...://lists.samba.org/pipermail/samba/
Hallo,
> Kernel version?
2.2.19
>
> > The Problem: I can mount a win98 or win95 client without any trouble
with
> > smbmount file://client/test /mount_point.
> ^^^^^
> Grrr, fix/replace your mailer ... please!
O.k. I'll relplace it in the next days.
>
> # smbmount //client/test /mount_point
> ... do other stuff for 4-5 hours ...
> # umount /mount_point
> # smbmount //client/test /mount_point
> Input/Output error
>
> (run as root?)
Yes.
> Did you umount it first, and then 4-5 hours passes?
Ye...