search for: brg

Displaying 20 results from an estimated 32 matches for "brg".

Did you mean: arg
2007 Jun 20
2
Extracting t-tests on coefficients in lm
I am writing a resampling program for multiple regression using lm(). I resample the data 10,000 times, each time extracting the regression coefficients. At present I extract the individual regression coefficients using brg = lm(Newdv~Teach + Exam + Knowledge + Grade + Enroll) bcoef[i,] = brg$coef This works fine. But now I want to extract the t tests on these coefficients. I cannot find how these coefficients are stored, if at all. When I try attributes(brg) I do not find the t values as the attributes of th...
2004 Jun 23
3
[LLVMdev] IRC: Discussion About Upgrades To Bugzilla
...f from you? [22:51] <sabre> sounds great! [22:51] <DannyB> or you can check it out from the gcc CVS repo [22:51] <DannyB> it's in wwwdocs/bugzilla/contrib [22:51] <DannyB> bugzilla_email_append.pl and BugzillaEmailpl [22:51] <DannyB> s/pl/.pm/ [22:51] <sabre> brg and misha are the bugzilla guys [22:52] <sabre> I haven't done much at all with it, but we will definitely take a look [22:52] <DannyB> Happy to help in any way i can [22:52] <sabre> Yeah, just responding to the emails would make things so much faster [22:52] Action: sabre is...
2007 Apr 18
1
[Bridge] A question about modify bridge source
Hello, I just made some change of the bridge source which under kernel 2.4.20 ,to make it work automatically without any ioctl commands such as brctl .In this module I do ,it has only one br named BRIDGE which auto constructed in the module initiation ,and defined as a global variable "brg".And I add one eth card(eth0) to the br as a port .The main program is just below this page. But now I meet one question ,that is ,when I want passup a skb to the higher protocol layer use function netif_rx ,the higher layer not response ,the skb must have not passup yet .Why ?I'm puzzlin...
2007 Oct 03
2
Shading area under density curves
...e linear regression model using the following code (borrowed from JJ Faraway 2005): > attach(allposs.nine.d) > x<-model.matrix(~log(d.dist,10))[,-1] > bcoef<-matrix(0,1000,2) > for(i in 1:1000){ + newy<-predict(all.d.nine.lm)+residuals(all.d.nine.lm)[sample(1002,rep=TRUE)] + brg<-lm(newy~x) + bcoef[i,]<-brg$coef + } Where "allposs.nine.d" is a data file composed of two columns: (1) geographical distances between sample points ("d.dist") and (2) their respective pairwise percent similarity in species composition ("d.sim"). The exp...
2003 Oct 28
2
[LLVMdev] cfrontend/src/configure
Hi all, subj has the first line: #! /usr/dcs/software/supported/bin/bash I think we could be more liberalistic :) best regards, --- Valery A.Khamenya
2003 Oct 29
1
[LLVMdev] cfrontend/src/configure
Hello Brian, Wednesday, October 29, 2003, 7:21:04 PM, you wrote: BRG> This anomaly is noted in the documentation for building the C front-end BRG> (http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html); in step 4 it advises BRG> you to edit src/configure and "change the first line (starting w/ #!) to BRG> contain the correct full pathname of sh."...
2002 Dec 14
2
[LLVMdev] really long time to compile
...(though stupid-looking) excerpt from gnu fileutils 4.1 would make llvm-gcc go so incredibly slowly? It doesn't seem to be a question of the size of the output. Here's what I do: % time llvm-gcc -c sha24.c 56.840u 0.050s 1:07.05 84.8% 0+0k 0+0io 1050pf+0w % ls -l sha24.o -rw-r--r-- 1 brg brg 5784 2002-12-14 07:43 sha24.o The problem goes away if I use -S: % time llvm-gcc -S sha24.c 0.060u 0.010s 0:00.09 77.7% 0+0k 0+0io 548pf+0w -- gaeke at uiuc.edu -------------- next part -------------- struct sha_ctx { unsigned int A; unsigned int B; unsigned int C;...
2004 Oct 11
3
[LLVMdev] [anilcjohn@sify.com: CS student from India]
----- Forwarded message from ANIL C JOHN <anilcjohn at sify.com> ----- To: brg at dgate.org Subject: CS student from India Date: Mon, 11 Oct 2004 22:07:56 +0600 (IST) From: ANIL C JOHN <anilcjohn at sify.com> Dear Sir, I am a computer science undergrad student doing my 7th semester B.Tech in computer science (equivalent to BS). I want to do a project using LLVM co...
2020 Mar 18
2
Re[2]: pointer to "spice" device by virNodeDeviceLookupByName
...n't really make any sense. > >Regards, >Daniel >-- >|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| >|: https://libvirt.org -o- https://fstop138.berrange.com :| >|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :| >      BRG, Andrey Fokin  
2004 Oct 11
0
[LLVMdev] [anilcjohn@sify.com: CS student from India]
...projects interest you, please let us know. Otherwise you can also find us on the IRC channel (irc.oftc.net#llvm) so we can discuss. We look forward to your involvement. Reid. Brian R. Gaeke wrote: > ----- Forwarded message from ANIL C JOHN <anilcjohn at sify.com> ----- > > To: brg at dgate.org > Subject: CS student from India > Date: Mon, 11 Oct 2004 22:07:56 +0600 (IST) > From: ANIL C JOHN <anilcjohn at sify.com> > > Dear Sir, > > I am a computer science undergrad student doing my 7th > semester B.Tech in computer science (equivalent to BS...
2011 May 06
3
Rails 3 Routing problems
I have an UploadsController and UsersController where Users'' has_many :uploads'' via polymorphic attachment in uploads.rb. Now we i navigate to http://localhost:3000/users/1/uploads I get re-routed to Uploads#index and rendered is called multiple times as shown below: Started GET "/users/1/uploads" for 127.0.0.1 at 2011-05-06 22:00:38 +0100 Processing by
2011 Jul 29
2
'breackpoints' (package 'strucchange'): 2 blocking error messages when using for multiple regression model testing
Good morning to all, I am encountering a blocking issue when using the function 'breackpoints' from package 'strucchange'. *Context:* I use a data frame, 248 observations of 5 variables, no NA. I compute a linear model, as y~x1+...+x4 x4 is a dummy variable (0 or 1). I want to check this model for structural changes. *Process & issues:* *First, I used function Fstats.* It
2002 May 20
5
Limiting Citrix printing traffic, so ensure interactive sessions
...ed to *Rotterdam* with a 128 line Normal citrix session uses max 20k/s, printing is not limited! The problem is obvious, one user sent a big print job... Away is the interactive performance.. What i''m thinking of: [Citrix cluster] -- [Linux proxy-arp shaper]-- Router to RTD -- Router to Brg What is probably very easy to do is bring all the printers in a separate subnet in Bergen and use iptables to mark the packets for this subnet (I build a proxy-arp firewall before, so these are familiair techniques). It seems that Citrix traffic uses dynamic port numbers so identifying them this w...
2020 Mar 18
2
pointer to "spice" device by virNodeDeviceLookupByName
Is possible to get a pointer to «spice» by virNodeDeviceLookupByName API? What «name» I should use for? Thanks a lot!     -- Андрей Фокин
1999 May 11
1
SAMBA printing Win98 -> Redhat printer server
I'm having problem with printing from win98 to my printer which is connected to my Red Hat machine. I can see lp from Network Neighbourhood and printer is set up as \\REDHATMACHINE\lp however nothing would come out of the printer. Windows doesn't give any error message. My Red Hat machine prints fine however. I've included a portion of my smb.conf below. [global] printcap name =
1999 May 15
0
SAMBA digest 2091
...an into this problem with an old DOS program on a Netware server. When I moved the program to a smaller volume the problem went away. I concluded that the old program had a problem recognizing disk space on large volumes. Try setting the max disk size option in smb.conf and see if that helps. BRG > I'm looking at migrating a small Netware 3.12 server to a Linux box with > samba for a small office. They use a DOS program called `ACCPAC' to do > their accounting; both the program and it's data reside on different > exported volumes on the netware system. I set up a li...
2005 Sep 18
2
[LLVMdev] LLVM-TV web page link is broken?
http://llvm.cs.uiuc.edu/~gaeke/llvm-tv File Not Found? -- Tzu-Chien Chiu, 3D Graphics Hardware Architect <URL:http://www.csie.nctu.edu.tw/~jwchiu>
2005 Sep 19
0
[LLVMdev] LLVM-TV web page link is broken?
On Mon, 19 Sep 2005, Tzu-Chien Chiu wrote: > http://llvm.cs.uiuc.edu/~gaeke/llvm-tv It looks like Brian removed his directory. Brian, do you still have a copy of that page that we can point people to? -Chris -- http://nondot.org/sabre/ http://llvm.org/
2010 Dec 07
1
nut 2.4 et MGE CometEXtrem 6
Hello My server with another UPS (MGE Pulsar Evolution2200 USB) is OK. All scripts work Is it possible to work with a UPS MGE CometExtrem 6 on serial port Which driver can I use ? I tried with mge-shut ou mge-utalk without any success when I start driver with upsdrvctl with mge-utalk I have (after a long time) Can't connect to UPS [MGE_cometEX] (mge-utalk-MGE_cometEX): No such
1999 Oct 20
2
Questions on smbclient messaging
I'm running Samba v2.0.5a on a RedHat v6.0 system. This server provides SMB shares to Win98, OS/2 and Linux clients. Everything is running fine with the Win98 and OS/2 clients, but I have a few questions regarding Samba and Linux clients. 1. Is there a way for Linux systems to receive SMB messages? Something analogous to Windows' "WinPopup" or OS/2's "Network