Displaying 20 results from an estimated 600 matches similar to: "lme4 print and summary errror"
2004 Mar 21
1
Multilevel analysis with package lme
Dear list,
i am a student of psychology and have to do a multilevelanalysis on some data. 
About that i have one general and one specific question.
This is what i have copied from the help-file on lme:
  data(bdf)
     fm <- lme(langPOST ~ IQ.ver.cen + avg.IQ.ver.cen, data = bdf,
               random = ~ IQ.ver.cen | schoolNR)
     summary(fm)
after summary(fm) i get the following error:
2004 Sep 13
6
Spare some CPU cycles for testing lme?
If anyone has a few extra CPU cycles to spare,
I'd appreciate it if you could verify a problem that I
have encountered.  Run the code
below and tell me if it crashes your R before
completion.
library(lme4)
data(bdf)
dump<-sapply( 1:50000, function(i) {
     fm <- lme(langPOST ~ IQ.ver.cen + avg.IQ.ver.cen, data = bdf,
               random = ~ IQ.ver.cen | schoolNR);
     cat(" 
2004 Sep 05
1
Question to NLME, ML vs. REML
Dear all,
I am planning to use nlme library for analysis of experiments in semiconductor 
industry. Currently I am using "lm" but plan to move to "lme" to handle 
within wafer / wafer-to-wafer and lot-to-lot variation correctly. 
So far everything is working well, but I have a fundamentel question: 
NLME offers "maximum likelihood" and "restricted maximum
2007 May 21
1
can I get same results using lme and gls?
Hi All
I was wondering how to get the same results with gls and lme. In my lme, the 
design matrix for the random effects is (should be) a identity matrix and 
therefore G should add up with R to produce the R matrix that gls would report 
(V=ZGZ'+R). Added complexity is that I have 3 levels, so I have R, G and say H 
(V=WHW'+ZGZ'+R). The lme is giving me the correct results, I am
2003 Dec 11
0
"Errror - group names should not be multihomed."
Hello,
I'm getting these errors on a samba 2.2.8a wins server in a NT4 network:
[2003/11/25 09:41:00, 0] nmbd/nmbd_winsserver.c:wins_process_multihomed_name_registration_request (1022)
  wins_process_multihomed_name_registration_request: group name
registration request received for name DOMAIN<00> from IP 192.168.10.5 on
subnet WINS_SERVER_SUBNET. Errror - group names should not be
2009 Feb 06
0
winsock errror for ioctl cmd 9800000c in wine 1.14
Hi, 
When running program that works fine under XP, with wine I have a
problem. Running with trace on gives the following output:
 
trace:winsock:DllMain 0x7eba0000 0x2 (nil)
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WS_socket af=2 type=2 protocol=0
trace:winsock:WSASocketA af=2 type=2 protocol=0 protocol_info=(nil)
group=0 flags=0x1
2013 Apr 16
0
Puppet Dashboard errror
Hi All,
For some reason my puppet dashborad is not starting and new node requests 
are not displaying in dashboard. I am getting following error while 
restarting Puppet dashboard.
root@PuppetMaster:/etc/puppetlabs/puppet/modules# 
/etc/init.d/pe-puppet-dashboard-workers start
 * Starting PE Puppet Dashboard 
Workers                                                                                
2008 Jul 25
0
Errror in running R2.7.1 version to R2.6.2 version
Dear all,
I get an error shown below when i run the command "use" found in
package epicalc on R2.7.1 and R2.7.0 but dont get the error when i run
it on R 2.6.2
What is likely to be the problem?
library(epicalc)
Loading required package: foreign
Loading required package: survival
Loading required package: splines
use("malvac.dta")
Error in fromchar(x) : 
  character string
2004 Feb 26
0
Nmbd errror... doesn't want to restart.
Hi list,
i got a problem with my wins server, here is the setup:
Linux Debian Sarge 2.4.24
Samba 3.0.1-Debian
sometimes nmbd daemon stops with this error in logs:
    ===============================================================
    3759 [2004/02/26 08:23:39, 0] lib/fault.c:fault_report(37)
    3760   INTERNAL ERROR: Signal 11 in pid 268 (3.0.1-Debian)
    3761   Please read the appendix Bugs
2017 Jun 10
2
errror al determinar puntos óptimos de corte (librería: OptimalCutpoints)
Hola a todos,
Al ejecutar el código que veis más abajo:
 library(OptimalCutpoints)prediccion<-c(0.49165923,0.52759793,0.30213400,0.33468349,0.14979703,0.47401846,0.52216404,0.42018794,0.92168073,0.76893929,0.83362668,0.38251162,0.70803701,0.49165923,0.94462558)
real<-c(0,1,0,0,0,0,1,1,1,1,1,0,1,0,1)datos_OPTIMO<-cbind(prediccion,real)
cutpoint1 <- optimal.cutpoints(X =
2004 Apr 07
1
errror compiling asterisk from cvs
I got this compiling the new cvs code ...
any idea ?
Tnx !
gcc -pipe  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g  -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2012 Apr 16
1
R: Help; error in optim
Hello,
When i run the code below from Weibull distribution with 30% censoring by using optim i get an error form R, which states that
Error in optim(start, fn = z, data = q, hessian = T) :?
? objective function in optim evaluates to length 25 not 1
can somebody?help me remove this error. Is my censoring approach correct.
n=25;rr=1000
p=1.5;b=1.2
for (i in 1:rr){
q<-c(t,cen)
2003 Jan 10
1
samba errror
Hi All
I able to compile samba 2.2.7a source code on Sloaris 4 without any error
and able create a package. I installed samba package
also successfully. Start the smbd and nmbd saemon aswell. Then successfully
joined to the domain by smbpasswd command.
Now the problem is when goto window and see the unix server and try to
click on share (example: by emp760 id) we get following error;
I really need
2008 Dec 09
2
Need help optimizing/vectorizing nested loops
Hi,
I'm analyzing a large number of large simulation datasets, and I've
isolated one of the bottlenecks. Any help in speeding it up would be
appreciated.
`dat` is a dataframe of samples from a regular grid. The first two
columns are the spatial coordinates of the samples, the remaining 20
columns are the abundances of species in each cell. I need to calculate
the species richness in
2010 May 19
4
xen4.0.0 64 bit boot "panic on cpu 0, crc errror"
Hi experts,
I boot the xen4.0.0 with gpxe and boot xen 32 bit works well
but when I try boot xen 64 bit, the error happens
(XEN)Brought up 16 cpus
(XEN) *** LOADING DOMAIN 0 ***
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) crc error
(XEN) ****************************************
Can you give me a light?
Thanks
Lei
-- 
"We learn from failure, not from
2010 May 19
4
xen4.0.0 64 bit boot "panic on cpu 0, crc errror"
Hi experts,
I boot the xen4.0.0 with gpxe and boot xen 32 bit works well
but when I try boot xen 64 bit, the error happens
(XEN)Brought up 16 cpus
(XEN) *** LOADING DOMAIN 0 ***
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) crc error
(XEN) ****************************************
Can you give me a light?
Thanks
Lei
-- 
"We learn from failure, not from
2006 Apr 13
10
Typo and acts_as_ferret rebuild_index errror
Hi, I''m running the edge Typo and the latest acts_as_ferret plugin and 
ferret gems (as of 11 April).
In my Content model I put acts_as_ferret :fields => [:title, :body]
In the console, I call Content.rebuild_index to index all of my existing 
content. All the directories get created etc, but I get the following 
error back:
Loading development environment.
>>
2007 Aug 16
1
Question about sm.options & sm.survival
Hi, there:
It's my first time to post question in this forum, so thanks for your
tolerance if my question is too naive. I am using a nonparametric smoothing
procedure in sm package to generate smoothed survival curves for continuous
covariate. I want to truncate the suvival curve and only display the part
with covariate value between 0 and 7. The following is the code I wrote:
2005 Oct 24
1
Error in step() (or stepAIC) for Cox model
Hello all,
 
I am trying to use stepwise procedure to select covariates in Cox model
and use bootstrap to repeat stepwise selection,  then record how many
times  variables  are chosen by step() in bootstrap replications. When I
use step() (or stepAIC) to do model selection, I got errors. Here is the
part of my code
 
for (j in 1:mm){    #<--mm=10
 
for (b in 1:nrow(reg.bs)){ #<--bootstrap 10
2014 Jul 25
1
2.2.13 + hg: Panic: file ioloop.c: line 39 (io_add_file): assertion failed: (fd >= 0)
Hi,
Found this in logfiles:
Jul 25 14:12:38 dovecot: pop3(cen at so.red): Error: UIDL: File name lookup 
failed: Message was expunged
Jul 25 14:12:38 dovecot: pop3(cen at so.red): Disconnected: POP3 UIDLs 
couldn't be listed top=187/356348, retr=0/0, del=0/1207, size=789346199
Jul 25 14:12:38 dovecot: pop3(cen at so.red): Panic: file ioloop.c: line 39 
(io_add_file): assertion failed: (fd