search for: furter

Displaying 11 results from an estimated 11 matches for "furter".

Did you mean: further
2011 Jan 16
1
Hausman Test
...X3 from the equation). My current approach: library(systemfit) fit2sls <- systemfit(Y~X1,data=data,method="2SLS",inst=~W) fitOLS <- systemfit(Y~X1,data=data,method="OLS") print(hausman.systemfit(fitOLS, fit2sls)) This seems to work fine. However, when I include X2 as a furter predictor, the 2sls-estimation doesn't work. Thanks in advance Holger -- View this message in context: http://r.789695.n4.nabble.com/Hausman-Test-tp3220016p3220016.html Sent from the R help mailing list archive at Nabble.com.
2005 Mar 21
1
DTMF doesn't seem to get through incoming ZAP channels
...TE410P card. Calling into meeting rooms that have been configured with the p option works fine. From ZAP extensions the # key does not work to exit, however from SIP extensions the # key works fine. This makes me believe that somehow the DTMF doesn't get through the ZAP interface. After furter experimenting voicemail also doesn't work through ZAP (the selection of menu-options that is...) So now I definately know that DTMF through ZAP doesn't work (anymore, it used to in the past). Is there any way I can troubleshoot this ? I have already set the relaxdtmf=yes option in /e...
2006 Jun 20
2
about fw classifier
Hi all! On http://lartc.org/howto/lartc.adv-filter.html I read that a classifiers available bases the decision on how the firewall has marked the packet and on http://lartc.org/howto/lartc.qdisc.filters.html the following example: "tc filter add dev eth1 protocol ip parent 1:0 prio 1 handle 6 fw flowid 1:1" "iptables -A PREROUTING -t mangle -i eth0 -j MARK --set-mark 6" My
2022 Jan 10
1
rd.lvm.lv on CentOS Stream 9 (first-boot failure)
...boot process, the device backing VolGroup is activated, but the device backing BackupGroup is not.? As a result, the latter device triggers a udev event after the normal root FS is mounted, and udev creates a transient systemd unit to start the BackupGroup VG.? No udev event for VolGroup == no furter activation. > 2: Why didn't Anaconda add the "var" LV to the kernel arguments? I still don't know the answer to this, but the current arrangement seems like a bug.? As far as I know, the LVs inside VolGroup can't be activated unless that VG is complete, and if it'...
2007 Jan 12
5
Popup/Tooltip Dialog windows using AJAX?
Hello, Can anybody point me to a sample of popup/tooltip using Prototype? I saw examples for windows and also for tool tip but what I want is a little bit different. I want the same fuctionality which exists at yahoo mail login. https://login.yahoo.com/ -> on the right corner you have a Prevent Password Theft image. On mouse over you see a tooltip. Now the good think in this solution is that
2022 Jan 09
1
rd.lvm.lv on CentOS Stream 9 (first-boot failure)
I've install a CentOS Stream 9 system from a kickstart file that specified (among other things) several logical volumes: logvol / --fstype="ext4" --size=10240 --name=lv_root --vgname=VolGroup logvol /var --fstype="ext4" --size=4096 --name=lv_var --vgname=VolGroup logvol swap --fstype="swap" --size=2048 --name=lv_swap --vgname=VolGroup When that system rebooted,
2018 Feb 23
2
R: Missing 'security' tab
ah... ok, now i understand.   So you have a small difference between these to servers. My first guess would be something with vfs_objects.  Wrong orders might hide the security tab in windows.   Your setting up windows ACL's. Remove all posix related setttings from smb.conf ( im asking Rowland for support here, because om on holiday in 20 min  )  :-P :-)) ...   All you need for a windows
2015 Apr 21
4
C7 systemd and network configuration
On Tue, Apr 21, 2015 at 03:46:52PM +0200, Dennis Jacobfeuerborn wrote: > Networking isn't really controlled by systemd but by NetworkManager. I > usually just yum remove NetworkManager* and then everything works just > as it did in CentOS 6. Note: NetworkManager is in CentOS6 too, and is part of the default workstation install. The NM in CentOS7 is a bit more polished than the NM
2007 Oct 11
3
Printing in Corel Draw through CUPS
10/10/2007 After consulting with some local Linux consultants, we have concluded that Corel Draw does not print under WINE because it detects the printer as Postscript, converts the file to Postscript, and sends the file to CUPS, which then converts the file to Postscript, again, and sends it to the printer which prints garbage. The consultant found a way to make a couple changes to WINE
2002 Nov 08
0
Polar plot, circular plot (angular data): II
...of the R graphics functions: lines(), polygon() and text(). However, the use of the 'pp' structure is quite different from the use of standard plotting functions of R. In order to modify plots the fields of the 'pp' object must be modified directly. Probably, it could benefit from furter restructuring. Again, thanks to Ross Ihaka at R-help (Mon May 28 2001) for some of the code used here. Best wishes, Karsten ### Examples ## data div<-50 pp$theta <- seq(0, 2 * pi, length = div + 1)[-(div+1)] pp$r<-1:div rm(div) ## Plotting # source("polar.plot.object.0....
2011 Jan 17
2
How to still processing despite bug errors?
...proach: > > library(systemfit) > > fit2sls <- systemfit(Y~X1,data=data,method="2SLS",inst=~W) > fitOLS <- systemfit(Y~X1,data=data,method="OLS") > print(hausman.systemfit(fitOLS, fit2sls)) > > This seems to work fine. However, when I include X2 as a furter predictor, > the 2sls-estimation doesn't work. > > Thanks in advance > Holger > > -- > View this message in context: > http://r.789695.n4.nabble.com/Hausman-Test-tp3220016p3220016.html > Sent from the R help mailing list archive at Nabble.com. > > > > ----...