similar to: predicting values from the LME

Displaying 20 results from an estimated 800 matches similar to: "predicting values from the LME"

2003 Sep 30
2
FW: error predicting values from the LME
HI all, I might add some more information in order to possibly solve my problem. I'm really stuck and no obvious solutions do the trick. I'm using R 1.7.1 on Windows 2000 with the packages regurarly updated. I'm using hypothetical data constructed as a pseudo population conforming to a certain Var-Cov structure. I might add that just > predict(level2) works. But when I add the
2003 Oct 08
3
2 questions regarding base-n and identifing digits
Dear listers, I have two questions: (1) Is there a way in R to change the base-n of the calculations. I wnat to run some calculations either in binary (base-2) or base-4. Is there a way to specify that in R - to chnage from the decimal? (2) I also want to extract the digits from a larger number and store them as a vector. I could do it through converting top string, parsing the string and
2003 Feb 07
1
a question regarding s-plus libraries and R
Hi! I am a relatively new user of R and I use it to prepare my dissertation. I have come to some very usefull and specific libraries written for S-PLUS 4 and would like to use them in R. Is that possible? I just found out that one of these libraries has already been transfered to R, while 3 others have not. For the matter of beeing more exact I''m interested in the dealing with missing
2003 Sep 06
1
automatic model specification
Dear listers, I must first say that all the suggestions and help I got from the list so far was of great help to my work. I approach you with another question. Is it possible to generate an automatic specification of the formula for lme (or other models in R)? Let me clarify. I'm using models in a simulation run and can have variable number of variables in the data. I would like to generate
2003 Jun 25
2
within group variance of the coeficients in LME
Dear listers, I can't find the variance or se of the coefficients in a multilevel model using lme. I want to calculate a Chi square test statistics for the variability of the coefficients across levels. I have a simple 2-level problem, where I want to check weather a certain covariate varies across level 2 units. Pinheiro Bates suggest just looking at the intervals or doing a rather
2003 Sep 03
1
glmmPQL probelm
Dear listers, First let me appologize if the same mail arrives multiple times. Recently I had some probelms sending my e-mails to the list. I encountered a problem when running glmmPQL procuedure doing multilevel modeling with a dichotomous outcome. Those are the two error messages I usually get: Error in logLik.reStruct(object, conLin) : NA/NaN/Inf in foreign function call (arg 3)
2003 Oct 25
0
memory optimization and use of recursion
Hi listers, In light with the recent discussion on the optimizing the use of memory in straneous proceudres i present you m problem, and hope to some additional ideas. I'm running a simualtion that in each step uses quite an amount of memory (but not exceedingly) - just to give you an idea - I create a pseudo population (n=1000, m=3) run lme and lm model and multiply impute (M=5) and do the
2004 Feb 08
0
bootstrap estimates for lme
Dear listers, I would like to get the bootstrap estimates form my lme model. I have an HLM (multillevel) 2-level model with the dichotomous outcome. I used glmmPQL procedure. However I have a problem since I have a rather unbalanced proportion (90-99% of events, i.e. ones and only 1-10% of nonevents - zeros) although sample sizes are not that small between 500 and 1000 I get pretty weird and
2011 Sep 20
1
getent group not listing domain groups / wbinfo -r not working
I know, I know, this again :) The company I work for would like to use squid for proxy authentication purposes using NTLM, using a Windows 2008 R2 server as a DC. I've managed to setup samba/winbind to use ads and successfully joined the domain. Configured nsswitch.conf to lookup winbind entities (however I didn't touch PAM configuration, as I don't actually want the users to be able
2007 Nov 28
1
Fw: Remove a TDM Card
Hi, sorry for my insistence but this is a big problem for me..my steps for remove card are ok ? Thanks. ------ Salvatore. ----- Original Message ----- From: "Sasa" <sasa at shoponweb.it> To: <asterisk-users at lists.digium.com> Sent: Monday, November 26, 2007 4:25 PM Subject: [asterisk-users] Remove a TDM Card > Hi, I would like remove a Digium TDM2400P from
2014 Nov 03
2
[LLVMdev] Mips's MicroMips ??
Hello Daniel, At the moment we are preparing the patch for disassembling microMIPS 16 bit instructions and it will be on Phabricator tomorrow or on Wednesday. Functionality is implemented in MipsDisassembler::getInstruction where first two bytes are read and decodeInstruction is called with DecoderTableMicroMips16 and only if it fails we read 4 bytes and call decodeInstruction with
2005 Jan 31
1
share mounted MANY times...
I've been searching for a solution to this problem for a few hours now, but google searches are coming up empty. I have 3 Linux boxes all running Suse 9.1 and samba 3.0.2a. The 3 systems are: Novi - the samba server Newberry - mounting novi Sagola - mounting novi This work great, until "mount -a" is run. Each time mount -a is run, we get another mount of novi. When I type
2005 May 12
5
Redirect question
Hi! I want to redirect all http and https traffic from my LAN to squid in DMZ - transparent proxy. How do I do that? Regards, Sasa
2005 Apr 28
11
Three NIC problem
Hi! I have setup a router with 3 NIC: inet->eth0->eth1-local_users ->eth2-DMZ_server I have also setup dhcp and DNS on the router. DHCP is server only for eth1 while on eth2 I have static IP address. So everything works except connecting local_users on eth1 to Samba shares on the server in DMZ by server name. Yes, I have it in my DNS records to point to it and with nslookup
2014 Aug 11
0
Novi Zakon o radu stupio je na snagu 7.kolovoza 2014
Ako ova poruka nije prikazama u cjelini, mo&#158;ete je pogledati na webu.. Dana 15. srpnja 2014. u Saboru je izglasan Novi Zakon o radu! Novi Zakon o radu stupio je na snagu 7. kolovoza 2014. Novo stru??no izdanje! 30% popusta u prednarud??bi! komentar uz svaki pojedini ??lanak, iz kojega ??e ??itatelji mo??i saznati kako se pojedina odredba zakona u praksi primjenjuje,
2004 Feb 10
4
The ttest.c example in R under MS Windows
We are trying to compile and run the ttest.c example that comes with R (in C:\Program Files\R\rw1081\src\library\windlgs\src\ttest.c). After compiling it with MS Visual C++ we load the DLL with dyn.load. So far it seems good, but when we try to call it from R (after running C:\Program Files\R\rw1081\src\library\windlgs\R\windlgs.R) R crashes. We have tried changing the exports from DLL but have
2006 Jan 03
0
how to send cookie value from rails app to browser - newbie
Hi I am writing a multilingual app, now from sasa''s ruby gettext<http://manuals.rubyonrails.com/read/chapter/105>instructions, i have made it so far that it works if i manually type alsong with the url ?lang=en or ?lang=fr , but i don''t know how to have rails do that automatically , i tried to read some material on cookies and sessions , but could not understand it
2009 Aug 06
0
chan_mobile handle 92 log flood
Dear all, Picked up some more BT usb adapters and got a flood of error messages as follows: hci_scodata_packet: *hci0 SCO packet for unknown connection handle 92* Anyone has any idea how to deal with this? Sasa Bobek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090806/75ae5774/attachment.htm
2006 Feb 08
0
agents.conf
One simple question. I'm using asterisk 1.2.1, can one agent be defined in more than one group? Example: group=1 ; queue1 agent => 401,401,Tomislav Parcina agent => 402,402,Katarina Ivanisevic agent => 403,403,Sasa Juginovic group=2 ; queue2 agent => 401,401,Tomislav Parcina agent => 402,402,Katarina Ivanisevic agent => 404,404,Marija Bilic agent => 405,405,Ana
1998 Apr 28
0
Help in Problem with prints plase
Hello to all. I have installed Samba-1.9.18p4 in a BSDI 2.1, operates enough well but have problems when trying to print in any printer connected to a PC with Win95 or WinNT. :-( Before Actualizar Samba-1.9.17 all worked well, there was config the printers as it indicate the file smbprint and could print perfectly in my Epson printer connected a Win95 and the Okidata printer connected WinNT.