similar to: lme contrast Error in `$<-.data.frame`(`*tmp*`, "df", value = numeric(0)) :

Displaying 20 results from an estimated 200 matches similar to: "lme contrast Error in `$<-.data.frame`(`*tmp*`, "df", value = numeric(0)) :"

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
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
2002 Jun 20
3
Line plot with 3 points
Dear R-experts, I have a data file df as the following: genename variable at 1hr variable at 4 hr variable at 10 hr gene1 gene2 . . . gene5000 I would like to have a graph with X-axis as the time point (1hr, 4hr, 10hr), and Y-axis as the value of the variable. So, basically, I want to do a line with the three different values at 1hr , 4hr and 10hr for all the 5000 genes. My purpose is
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 <-
2008 Feb 27
2
problem with creation of eSet
Hi, I am having troubles with creating an eSet and would appreciate any help on the following problem. I am trying to create an eSet using the following code pd <- read.table(file="pdata.txt",header =TRUE,row.names=1); colnames(pd) <- c("type","tumor","time","id"); pdN <- list(type =
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
2010 Mar 05
2
ZFS replication send/receive errors out
My full backup script errorred out the last two times I ran it. I''ve got a full Bash trace of it, so I know exactly what was done. There are a moderate number of snapshots on the zp1 pool, and I''m intending to replicate the whole thing into the backup pool. After housekeeping, I take make a current snapshot on the data pool (zp1). Since this is a new full backup, I then
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
2005 Jan 15
0
Polycom IP600 - Bridge stops because we're zombie or need a soft hangup
I'm having trouble with both my Polycom IP600 and IP500 disconnecting calls to the PSTN after about 1 hour. The below log is of a phone call that lasted 1hr 39mins which is my record so far. I cannot figure out what is causing the call to terminate and I am hoping somone on this list can help me. In this example both the phone and the asterisk server have public IP addresses so NAT shoul not
2001 Nov 29
2
Rsync: Re: patch to enable faster mirroring of large filesystems
Rsync list: Alberto and I have done a couple more exchanges by private email, and we found that he wasn't turning on my include/exclude optimization in his test because he had an "exclude" directive in rsyncd.conf. He has now removed that and run the test again. His very interesting results are below with my comments. Note that his case is rather pathological because he's got
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"
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
2023 May 29
2
PAM Offline Authentication in Ubuntu 22.04...
On 29/05/2023 14:25, Rowland Penny via samba wrote: > > > On 29/05/2023 13:41, Marco Gaiarin via samba wrote: >> Mandi! Kees van Vloten via samba >> ?? In chel di` si favelave... >> >>> To me it looks identical to this >>> https://lists.samba.org/archive/samba/2021-July/236850.html >> >> Yes, seems the same... >> >>
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
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:
2009 Apr 04
0
TODAY April 4 -Global FSW Voice Meeting BerkeleyTIP -Linus, Guido, Shuttleworth...
Programming Party all day on improving Asterisk, & getting a version running for the BTIP voice conference. Anyone: Please email me or the BTIP list if you know of any recent (past 12 months) Asterisk videos. Thanks. :) Join with the friendly, productive, Global FSW community, in the _TWICE_ monthly, Voice over internet meeting, BerkeleyTIP-Global. GNU(Linux) & BSD, Free SW, HW
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
2014 Dec 02
0
Samba embedded device?
G> At work I have several small branch offices with ~5 PCs each. All PCs are G> member of a Samba4 domain, whose DCs are on the headquarters (linked by G> consumer grade VPNs) G> I want to ship "some small, cheap, reliable and magical device" to each G> branch, in order to provide just 2 things: G> * AD replication G> * File shares If I/O performance isn't a
2023 May 30
1
PAM Offline Authentication in Ubuntu 22.04...
On 29/05/2023 18:31, Rowland Penny via samba wrote: > > > On 29/05/2023 14:25, Rowland Penny via samba wrote: >> >> >> On 29/05/2023 13:41, Marco Gaiarin via samba wrote: >>> Mandi! Kees van Vloten via samba >>> ?? In chel di` si favelave... >>> >>>> To me it looks identical to this >>>>
2001 Dec 27
1
(newbie alert) - home DV video and Premiere?
Howdy. I'm sorry if this has been discussed already, I missed it. (Just point me to the right archive if there is such a thing?) <p>Q1) Is there an easy "setup.exe" or similar, to install the Vorbis codec into Windows? Q2) Would that codec then be available under Adobe Premiere (or Windows Media Player for that matter)? Q3) Anyone recommend codec & settings, for