search for: lny

Displaying 18 results from an estimated 18 matches for "lny".

Did you mean: any
2004 Aug 18
1
Gee
I am trying to learn the gee function in R. So I try to generate some data and use this function. I have the following lines: ######################################## Gee # Generating lny=10+2*Si-Si^2+eta # eta ~ N(0,1) # Si ~ U(0,11) eta <- vector(mode="numeric",100) eta <- rnorm(100) Si <- vector(mode="numeric",100) Si <- runif(100, min=0, max=11) lny <- vector(mode="numeric",100) lny <- 10+2*Si-Si^2+eta id <- vector(mode=&quo...
2017 Jun 17
3
Prediction with two fixed-effects - large number of IDs
Dear all, I am running a panel regression with time and location fixed effects: ### reg1 <- lm(lny ~ factor(id) + factor(year) + x1+ I(x1)^2 + x2+ I(x2)^2 , data=mydata, na.action="na.omit") ### My goal is to use the estimation for prediction. However, I have 8,500 IDs, which is resulting in very slow computation. Ideally, I would like to do the following: ### reg2 <- felm(lny ~...
2017 Jun 17
0
Prediction with two fixed-effects - large number of IDs
...fically, you should convert your discrete variables to factors before you build the model, particularly since you want to use predict after the fact, for which you will need a new data set with the exact same levels in the factors. Also, your use of I() is broken and redundant. I think formulas lny ~ id + year + x1 + I(x1^2) + x2 + I(x2^2) or lny ~ id + year + x1^2 + x2^2 would obtain the intended prediction results. -- Sent from my phone. Please excuse my brevity. On June 17, 2017 11:24:05 AM PDT, Miluji Sb <milujisb at gmail.com> wrote: >Dear all, > >I am running a pane...
2011 Nov 17
1
lme contrast Error in `$<-.data.frame`(`*tmp*`, "df", value = numeric(0)) :
I am trying to run a lme model and some contrast for a matrix . lnY [1] 10.911628 11.198557 11.316971 11.464869 11.575233 11.612101 11.755903 11.722035 11.757705 11.863744 11.846515 11.852721 11.866936 11.838452 11.946680 11.885509 [17] 11.583309 11.750082 11.756005 11.630797 11.705536 11.566722 11.679448 11.703521 NA 11.570949 11.716919 11.573343 11.733770...
2004 Oct 17
3
question about Rcmd SHLIB
Dear R-people: I tried to create a shared library in Windows XP. However I got error messages which attached below: C:\lasso>Rcmd SHLIB all.f cox.f gcc all.o libR makeMakedeps all.dll -o all gcc.exe: libR: No such file or directory gcc.exe: makeMakedeps: No such file or directory make: *** [all] Error 1 I have created shard libraries successfully before. Also for the same fortran files:
2015 Dec 02
2
Failed to authenticate device 100
Hello, I continued to see this errors in the logs: [2015-12-02 10:05:57] NOTICE[19949]: chan_sip.c:23277 handle_request_invite: Failed to authenticate device 100<sip:100 at xx.xx.xx.xx>;tag=10cdeaf7 how do I guard against this kinds of attacks? Also, to get the IP address from where this attack come from I use the following command "tcpdump -lni eth0 -f "udp port 5060"
2010 Sep 16
2
Lustre module not getting loaded in MDS
Hello All, I have installed and configured Lustre 1.8.4 on SuSe 11.0 and everything works fine if i run modprobe lustre and when the lustre module is getting loaded. But when the server reboots it is not getting loaded. Kindly help. Lnet is configured in /etc/modprobe.conf.local as below. options lnet networks=tcp0(eth0) accept=all For loading lustre module i tried including lustre module in
2008 Mar 07
2
Multihomed question: want Lustre over IB andEthernet
Chris, Perhaps you need to perform some write_conf like command. I''m not sure if this is needed in 1.6 or not. Shane ----- Original Message ----- From: lustre-discuss-bounces at lists.lustre.org <lustre-discuss-bounces at lists.lustre.org> To: lustre-discuss <lustre-discuss at lists.lustre.org> Sent: Fri Mar 07 12:03:17 2008 Subject: Re: [Lustre-discuss] Multihomed
2008 Mar 20
5
time series regression
Hi Everyone, I am trying to do a time series regression using the lm function. However, according to the durbin watson test the errors are autocorrelated. And then I tried to use the gls function to accomodate for the autocorrelated errors. My question is how do I know what ARMA process (order) to use in the gls function? Or is there any other way to do the time series regression in R? I highly
2006 Dec 15
6
Query regarding linking R with Matlab
Thank you sir for your prompt reply. Currently i am stuck at point where I need to call an available Matlab program from an R 2.4.0 interface. How can I do this? I have downloaded the R.matlab file and also the manual in pdf. But still i am not able to get through the problem. I will be grateful to you if you can elaborate me on this. Awaiting your reply, regards, Bhanu Kalyan K
2010 Sep 18
0
no failover with failover MDS
Hi all, we have two servers A, B as a failover MGS/MDT pair, with IPs A=10.12.112.28 and B=10.12.115.120 over tcp. When server B crashes, MGS and MDT are mounted on A. Recovery times out with only one out of 445 clients recovered. Afterwards, the MDT lists all its OSTs as UP and in the logs of the OSTs I see: Lustre: MGC10.12.112.28 at tcp: Connection restored to service MGS using nid
2012 Aug 27
2
littler and rJava
Hello list, I'm having some difficulty getting rJava to load in littler. Even after a R CMD javareconf and a reinstall of littler, I get this: jlaing at xenon:~$ r -e "require(rJava)" Loading required package: rJava Loading required package: methods Error : .onLoad failed in loadNamespace() for 'rJava', details: call: dyn.load(file, DLLpath = DLLpath, ...) error: unable
2011 May 07
5
Samba 3.5.8 - windows XP workstations disapear from browselist
...ver=[Windows 2000 LAN Manager] Sharename Type Comment --------- ---- ------- IPC$ IPC Zdalne wywo?anie IPC ETYKIETY Disk ADMIN$ Disk Administracja zdalna C$ Disk Domy?lny udzia? Domain=[BARTEKR] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Server Comment --------- ------- Workgroup Master --------- ------- #================================================= By using hostname...
2009 Aug 13
4
Crash in v1.2.3: istream.c: assertion failed on line 99
Hi, I have a couple of people bumping into an issue with their imap process crashing - from the users perspective, their mail client (thunderbird) just stops recieving new mail. It still seems to be possible for them to read their mail using squirell mail. When it crashes, it leaves behind a log message like this on the server: Aug 12 15:52:25 fury dovecot: imap-login: Login:
2008 May 21
0
Errors in using gdb (PR#11496)
...7PwOD3TNetA085Cxc49R3OzM8lwWPCvO2450 vWUszstWQ8YXb+FpHWi8Wm8AltcbTj1Bd9jqsDWcmNUTXAe2rwzGE8Ky2jA18pN7DIlEIo11 aEf3GIT2SqXSG95m76UWh3ZIRBfaO74x7WSki+2LCYdHCY+1YAenUk/IHHG9nRjeoyR+mDjJ tAygvc3eQu3M0D78FX7LoL01WIWB2evM6xj/CBCE6CEDGQdoB2Ei6M+hAe0uELhXdRu1oOnF P8GroB0eXFp+zYkgcttJucqUBO3tjnP7YCJ0Zc+dCrJLlnY4b1KlbcFnOCkIvggcdl4EHnpf 0HpykobTrHueA9jsOIPJcp4NP/4Yh7tuM/Bhv+q4EF73hj5CePwRHt/gYxg4od/ZgoZrA+01 SDOZxrEZv2Ua07+fuMKECam3h5bdhP9bMcWHQeI4k7iNxXPMQHOpB7VaLyztQ80ML0Yr2dji wiXDc+7DQpegHdsS86V3ccKi4bmjkvfB+R99Ot+68bvSIb/6g86b6SQSiUQiaC9C7Jn7XYX2 gId2x4kJPPF7afHQniD6ELQnU0Qi3oeJNR/DW4buMfx+Wjy0B8nLmMM...
2012 Jun 24
0
nouveau _BIOS method
...LNp.F0LN...PM0 1670: 48 01 8d 42 55 46 30 0b 18 0d 46 30 52 57 70 00 H..BUF0...F0RWp. 1680: 46 30 52 57 8a 42 55 46 30 0b c2 01 4d 31 4d 4e F0RW.BUF0...M1MN 1690: 8a 42 55 46 30 0b c6 01 4d 31 4d 58 8a 42 55 46 .BUF0...M1MX.BUF 16a0: 30 0b ce 01 4d 31 4c 4e 79 54 4c 55 44 0a 14 4d 0...M1LNyTLUD..M 16b0: 31 4d 4e 72 74 4d 31 4d 58 4d 31 4d 4e 00 01 4d 1MNrtM1MXM1MN..M 16c0: 31 4c 4e a4 42 55 46 30 08 47 55 49 44 11 13 0a 1LN.BUF0.GUID... 16d0: 10 5b 4d db 33 f7 1f 1c 40 96 57 74 41 c0 3d d7 .[M.3... at .WtA.=. 16e0: 66 08 53 55 50 50 00 08 43 54 52 4c 00 14 46 0b f.SUPP..CT...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...;F1u?}i<~<z=6BgC!G=O?|6c;T`A at I0UcOf0G#n#JBdiuO9cZ z*ZZeG27*H$17YeQ(T7Q&{|W>lTYw-~_ENj~^v$tp1At)9002G?{C(>uBV2&^E>Rz~ z_3Z*6b&0d(&I!H at h;#=i`{h!=A90{q3H*p- at 0_#T`5q7{4iNl>yKDEOAOalOa6EN0 z5DUZOH=b0C2ViX@=ss%P?BPKmS_)*~hc6x`{L~D<nk3+U?5#H~w}29iaoAo{r$5^= z^flnyH3#^Ao^Q*VR=+jco^c#VOIL#pzbsky#*7If>-{CYJQ0Bg{(ncHmv59PHiBsR z_zoWgeeoCwW&!ZU*`V$(rh=RZpcGEMzxr1EA|RLsK>W_l3S%YMK};%}4T<9CqIu{1 zg0i16QA#(s2W*0)R{|+<*_Kni;uI!IyZ0`++=sLR2cBj2-PB(ZKX&E8BDZVR4#9>5 zAiOy1Y)yV{;Tq}QA&o>~C~%ot*r#6(3VV5YdGpo&GxPU)6hwgM2_ZRi-=1!{kP;lX zMlF...