search for: imr

Displaying 20 results from an estimated 165 matches for "imr".

Did you mean: ifr
2009 Jul 12
2
Heckman Selection MOdel Help in R
...ills > Ratio of the significant variables > > 2. I need the inverse mills ratio from the above to run the outcome equation > model using OLS with the Inverse mills ratio calculated on the basis of the > above probit as the control in my outcome equation, ?hence I need to get the > IMR (Is there another direct way?) > > 3. How can this be done in R using my concept or otherwise does there exist > another way of doing what I wish to achieve > > > > On trying > > regmod <- heckit(s ~ age + gender + gemedu + gemhinc + es_gdppc + > > ??? imf_pop +...
2010 Feb 27
2
scan and skip - without line breaks in the input file
...ip makes the scan function jump to the end of the file. Does anyone have a good idea? I would be extremely grateful. Kind regards, Susanne Balzer **************************** Susanne Balzer PhD Student Institute of Marine Research N-5073 Bergen, Norway Phone: +47 55 23 69 45 susanne.balzer at imr.no www.imr.no
2015 Oct 10
4
filesystem mounting fails at boot
...b. In the blade there is a HBA (Qlogic) card, and it's connected through FiberChannel. If I understand these terms correctly, it has nothing to do with the network. On 10/10/2015 04:20 PM, Eero Volotinen wrote: > Does it work usin netdev option? > > Eero > 10.10.2015 4.17 ip. "Imre Gergely" <gimre at narancs.net> kirjoitti: > >> Hi >> >> I have an IBM blade with internal harddisks, in hardware RAID1. I've >> installed a CentOS 6 64bit on it, everything works just fine. >> >> After the installation, I've presented a vd...
2010 May 28
1
samba 3.5.3: loads of errors copying some simple ACLs with robocopy
Maybe I'm doing somthing really stupid, but while copying some windows share onto a samba server, on some random subdirectory robocopy says ERROR 87 (0x00000057) Copying NTFS Security to Destination Directory... The samba logfile has lots of these lines. modules/vfs_posixacl.c:349(smb_acl_to_posix) smb_acl_to_posix: ACL is invalid for set (Das Argument ist ung?ltig) The strange thing is
2009 Jul 12
0
ERROR message while using <-invMillsRatio()
...y different things to get my Inverse Mills Ratio going for a Two stage Heckman Model, I have tried the following so far (the commands are listed below till teh point where I get an error), I get an error in the last sentence (marked in bold below), if this were successful then I could have used the IMR as a control in my OLS (which would be the OLS for the outcome equation), what I see is that the number of rows of IMR calculated and the number of rows in the actual data set do not match and hence IMR could not be added to my original data set, how do I fix this and then proceed to get correct IM...
2011 Nov 30
1
How can I pick a matrix from a function? (Out Product of Gradient)
...t;- beta[1:k] kk <- 2*y-1 z <- X %*% b L <- log(pnorm(kk*z)) L <- sum(L) return(-L) } # ********************************************* # Probit model: analytic gradient # ********************************************* gprobit <- *function*(b,y,X) { kappa=2*y-1 z <- kappa*(X %*% b) imr <- kappa*dnorm(z)/pnorm(z) G<-matrix(ncol=ncol(X),nrow=nrow(X)) *for*(i *in* 1:nrow(imr)){ G[i,]<-imr[i,]*X[i,] } g <- apply(G,2,sum) return(-g) } #********************************************************** # How can I pick the G matrix from this function? #****************************...
2004 Oct 06
3
read.delim problem with trailing spaces
I'm trying to read a comma delimited dataset that uses '.' for NA. I found that if the last field on a line was a missing '.' it was not read as NA, but just a '.', and the life variable was made a factor. The data looks like this, income,imr,region,oilexprt,imr80,gnp80,life Afghanistan,75,400.0,4,0,185.0,.,37.5 Algeria,400,86.3,2,1,20.5,1920,50.7 Argentina,1191,59.6,1,0,40.8,2390,67.1 Australia,3426,26.7,4,0,12.5,9820,71.0 Austria,3350,23.7,3,0,14.8,10230,70.4 Bangladesh,100,124.3,4,0,139.0,120,. Belgium,3346,17.0,3,0,11.2,12180,70.6 B...
2015 Nov 18
2
Meaning of IR inline assembly
Hello, Most of the IR language is correctly explained; but with inline assembly I feel alone at some point: define i32 @main(i32 %argc, i8** %argv) #0 { ... //some uninteresting bloat here call void asm sideeffect "outw %eax, $0", "imr,~{dirflag},~{fpsr},~{flags}"(i32 %8) #2, !srcloc !2 ret i32 0 } I reduced the above code to the offending line containing: "imr,~{dirflag},~{fpsr},~{flags}". How should I interpret this? I found no resource on this over the net. Maybe there are more options like that? Do you hav...
2015 Nov 18
2
Meaning of IR inline assembly
Thanks, but I could not find the imr, dirflag, fpsr constraints here. Just the usual gcc/clang inline assembly constraints. Those one were of my concern, actually :) --  Alex 18.11.2015, 17:11, "David Siegel" <agnat at icloud.com>: >>  On 18.11.2015, at 16:28, AlexandreFressange via llvm-dev <llvm-dev at...
2006 Feb 14
0
Re: filter performance/optimization questions (Imre Gergely)
Can you also post : mpstat -P ALL 1 20 iostat -x 1 10 and opreport --symbols ??
2007 Aug 13
2
Policy routing question
Hi, I have a testing multihome setup, with the default gateway being one of the links and using policy routing to honor requests for a specific link. Everything works as expected when I request a specific IP to bind to. But if I request a specific interface things fall apart in ways that I can not explain: default gw (WORKS) ---------- rabbit@Thesaurus:~$ ping -c 1 yahoo.com PING yahoo.com
2015 Oct 10
2
filesystem mounting fails at boot
...ve other CentOS blades, installed and booting from the same SAN and they work without problems, but I noticed that they wait a little bit longer at boot. Am I missing some stuff from initrd? What can I do to make it wait for the block device a bit longer before it tries mounting it ? Thanks! -- Imre Gergely http://havaz.net gpg --keyserver subkeys.pgp.net --recv-keys 0x34525305
2005 Feb 22
1
problems with tcltk in R 2.0.1 (PR#7698)
...quot;run"-button (and other buttons as well) in R2.0.1, I get the message: "Error in function () : can't change value of a locked binding". I have another tcltk application that runs fine on R2.0.1, so tcltk seems to be properly installed. The source code is available at ftp.imr.no/vidarh/diva.zip
2012 Aug 22
0
pseudo-additive seasonal decomposition
...above problem, or alternative solutions to getting the decomposition done, I would much appreciate the help! Regards, Aino Aino Hosia Postdoc Havforskningsinstituttet/Institute of Marine Research PO Box 1870 Nordnes, N-5817 Bergen, Norway (Nordnesgaten 50) Tel: +47 55 23 53 49 E-mail: aino.hosia@imr.no<mailto:aino.hosia@imr.no> www.imr.no<http://www.imr.no/> [[alternative HTML version deleted]]
2013 Mar 15
0
Poisson and negbin gamm in mgcv - overdispersion and theta
...I am anyway not sure if this is a valid approach between Poisson and negbin gamms). I am most grateful for any help! Aino Aino Hosia Postdoc Havforskningsinstituttet/Institute of Marine Research PO Box 1870 Nordnes, N-5817 Bergen, Norway (Nordnesgaten 50) Tel: +47 55 23 53 49 E-mail: aino.hosia@imr.no<mailto:aino.hosia@imr.no> www.imr.no<http://www.imr.no/> [[alternative HTML version deleted]]
2010 Aug 12
3
Regression Error: Otherwise good variable causes singularity. Why?
...onstAII) > +log(co2eemisspc)+log(co2eemisspcAII) > +log(dist) > +fdiboth > +odapartnertohost > +corrupt > +log(infraindex) > +litrate > +africa > +imr > , data=cdmdata2, subset=zero==1, gaussian(link = > "identity")) results in this table Coefficients: (1 not defined because of singularities) > Estimate Std. Error t value Pr(>|t|) > (Intercept) 1.216e+01 5.771e+01...
2009 Jun 13
1
Fitting Mixture of Non-Central Student's t Distributions
...to fit the model, or do you have any other suggestions? If anyone could help me out, I would be extremely grateful. Kind regards, Susanne Balzer **************************** Susanne Balzer PhD Student Institute of Marine Research N-5073 Bergen, Norway Phone: +47 55 23 69 45 susanne.balzer at imr.no www.imr.no
2015 Oct 10
1
filesystem mounting fails at boot
On 10/10/2015 05:03 PM, Barry Brimer wrote: > On October 10, 2015 8:34:11 AM CDT, Imre Gergely <gimre at narancs.net> wrote: >> _netdev >> The filesystem resides on a device that requires network >> access (used to prevent the system from attempting to mount these >> filesystems until the network has been enabled on the system). >> &g...
2007 Jul 07
2
is it possible to have 64bit HVM domU?
...and because i had to install 32bit Oracle because 64bit Oracle said it expected BIT_SIZE=64 and got BIT_SIZE=32. And also, to have under Solaris more than 4GB RAM i needed to add into domU config ''pae=1'' option. Please tell me if there is a way to make HVM 64bit? Best regards, Imre Oolberg PS And also, could somebody explain to me how is this so that in domU witch runs in a full virtualization mode operation system is not seeing real hardware but qemulated hardware. Or is there a way instead of qemu to provide HVM domU real hardware? My hardware is HP 385 DL and domU confi...
2006 Feb 08
6
filter performance/optimization questions
hi i''m using htb + u32 filters, and i was wondering if there is something one can optimize at this stage. i have a lot of filters (~ 50.000 / interface, and there are two interfaces), and around 4500 classes / interface. the traffic going through this machine is something around 210-230mbit/s at 50kpps. as you can imagine, the load is pretty high. in fact (as it''s a dual xeon at