search for: lni

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

Did you mean: l1i
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 <-
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 <-
2017 Jun 17
0
Prediction with two fixed-effects - large number of IDs
I have no direct experience with such horrific models, but your formula is a mess and Google suggests the biglm package with ffdf. Specifically, 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
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 11.720801 11.804124 11.775074
2004 Oct 17
3
question about Rcmd SHLIB
...aries successfully before. Also for the same fortran files: all.f cox.f, I can create the object all.so successfully in Linux using R SHLIB. Any suggestion? Thanks. Liqiang Liqiang Ni Assistant Professor, Department of Statistics, University of Central Florida, Orlando, FL 32816-2370 Email: lni at mail.ucf.edu
2015 Dec 02
2
Failed to authenticate device 100
...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" is there an easy way to get the attacker's IP? Thanks, Motty -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20151202/8aaf6843/attachment.html>
2010 Sep 16
2
Lustre module not getting loaded in MDS
...ing lustre module in the variable MODULES_LOADED_ON_BOOT using yast2 sysconfig . But still it is not getting loaded. Error from dmesg is as below. LustreError: 1393:0:(socklnd.c:2543:ksocknal_enumerate_interfaces()) Can''t enumerate interfaces: 0 LustreError: 105-4: Error -100 starting up LNI tcp LustreError: 1393:0:(events.c:725:ptlrpc_init_portals()) network initialisation failed Currently this is present in the VM. Kindly suggest. Regards, Prasad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachme...
2008 Mar 07
2
Multihomed question: want Lustre over IB andEthernet
...008 at 9:39 AM, Craig Prescott <prescott at hpc.ufl.edu> wrote: > > I think your client modprobe.conf lnet option > should be this: > > > options lnet networks=o2ib(ib0) > > (not ''o2ib0''). It still seems to want the TCP connection: Lustre: Added LNI 36.122.255.1 at o2ib [8/64] Lustre: Lustre Client File System; info at clusterfs.com LustreError: 11043:0:(events.c:401:ptlrpc_uuid_to_peer()) No NID found for 36.121.255.201 at tcp LustreError: 11043:0:(client.c:58:ptlrpc_uuid_to_connection()) cannot find peer 36.121.255.201 at tcp! LustreError: 1...
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
...However, no client will reconnect, nor will a client connect to server A when freshly mounted! I do "mount -t lustre 10.12.112.28:10.12.115.120:/lustre /mp" and get: Lustre: Lustre Version: 1.8.4 Lustre: Build Version: 1.8.4-19700101010000-PRISTINE-2.6.26-2-amd64 Lustre: Added LNI 10.12.68.195 at tcp [8/256/0/180] Lustre: Accept secure, port 988 Lustre: Lustre Client File System; http://www.lustre.org/ Lustre: MGC10.12.112.28 at tcp: Reactivating import Lustre: 14530:0:(client.c:1476:ptlrpc_expire_one_request()) @@@ Request x1347247522447397 sent from gsilust-MDT0000-mdc-ff...
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
Hello! I have small network in my work. Workstations that connects to it runs various kind of OS. This includes: 1x Windows 95 (Brother Printer) 8x Windows XP <=problematic! 2x Windows Visa 2x Windows 7 1x Samba 3.5.8 (WINS,DNS, supose to be LMB) There is a serious problem with a browselist. Ever single windows XP workstations disapear from browselist after an about 24 - 28 minutes after
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)
...WottrfX6h5OI+P4yY5frcZvbkIiSGjoXF0KtKct7bifrDwZ DNYjr+oOLb2UuMfoQHuafwTFHrwDA3GuOs7tueZGfWjXv5ET7yO0tA9DO1pxU9DuaUK77OxY LbgiagnbyBVR9bu7OA9h1GjFi57CvtuKp2X3k32og1bihxLb3MMoRnk/uZRuXAPx+ksNN6o3 u9fJsxwmlv6hGsP3vzvW9aFLkzxo8/b2IYO8DjxbQ3tnHsoMMzv681hAe9vOzp76CSAN7UbD XPfi9B4mCdp7Vq4S2WnVgfaeXcp+4/NSMlniNSr3lhkVaJe5xwwZsZmYnZw3wnQM3cPhlREf h5F7ZYW3tKvicDHTcRTQLrP/DFlWgbQTII+hPWHveL/D4fhx2NDHITrbx/hDETrwlj4XH4KO 07goUhD4yVzTTT5OWG+EwOrV2tDHgQGv3nC82M7pJeAEG+IiM2Jr2r54aMcQBu3DxeyAOgth 0D6cjg/H+Ean5ilI+AiUjr8U4EwyiO7po/Shna95HZBmly9ZCLWOrhH4LU+GbHPdGNq5Gmtp nj1VIfGEMNxHFz+yN0z5fX5LxYGG5KVbncx6wMep+a16...
2012 Jun 24
0
nouveau _BIOS method
................... 0090: 00 00 04 00 00 00 05 00 00 00 06 00 00 00 07 00 ................ 00a0: 00 00 08 00 00 00 83 0c fa 0e d7 03 b9 44 9c 8d .............D.. 00b0: 6f 32 e6 3e c0 98 78 98 e4 93 55 ad fd 46 b6 16 o2.>..x...U..F.. 00c0: 6c 4e 69 9a 6b 9e e9 79 fb c0 21 28 21 4c 9a bb lNi.k..y..!(!L.. 00d0: 9e 7e b2 ca 15 f4 39 12 2f ce 28 7d f2 43 b5 15 .~....9./.(}.C.. 00e0: 5e 60 9f 10 06 0c b8 6e 83 9e 86 8a 60 4a 83 a9 ^`.....n....`J.. 00f0: d4 41 e9 6a 27 05 62 40 78 f8 bd 63 de 44 af 27 .A.j'.b at x..c.D.' 0100: f8 27 fd 67 89 06 c5 c0 04 ae 4c 4b 82 44 a3...
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.
...+zuOr7 at jRu8<oK-5qf;x(gnT19H zI2sb?c$*6<<XMw{#H!HGn-i1ozTP<#KYmYJ7Qhag18cfw{YEx<y=R!5?$cH#mFu at H z0h=cZJP*onHDS6`FNy|69XP1LOnlC=md(p`z9*biI&oT+1zbB#dx$LG27AOM--m at f zgSt4<>g+x-hgZXg)z+g1YLpPmQT6~q$bi&^-d1Q!^*ia=&W7KWJr&EBaWd3k&q6 at 3 zpLLm&ZW5Vx12lLNI8vpss>}w<I at m=ro~+Ka5Ho6k#>)bV^p>2^C3GfMj;)2`oO`zd z_FUwIQL|xu*`WI;gGkPejGyVRzE$=L=Hz?7a>RVglZqbxl at sP$o>aEtR~#_k@&vC> z{Mi=^-?H>l7Jhj;H-C0I&lHL3DDA)9+s`hh-zNs{3Kr7JJ09$l-qacMv*3ZXo4O<n z?6slh?w=vhPwp^8N_{R1J!!x&5Q0&X4Z=63x!Li^^DS0C6xTL5Rm4^!XEHlF1DIag...