similar to: Problem with lmer and wiki example

Displaying 20 results from an estimated 100 matches similar to: "Problem with lmer and wiki example"

2009 Sep 07
1
Omnibus test for main effects in the face of an interaction containing the main effects.
R 2.9.1 Windows XP I am fitting a random effects ANOVA with two factors Group which has two levels and Time which has three levels: fita<-lme(Post~Time+factor(Group)+factor(Group)*Time, random=~1|SS,data=blah$alldata) I want to get the omnibus significance tests for each factor and the interaction. I believe I can get the omnibus test for the interaction by running the model:
2018 Mar 25
2
Suggesting patch to link DOIs against secure resolver
Dear Madams and Sirs, because the DOI foundation recommends a new, secure resolver [1], I wanted to suggest the attached patch. It a) updates a static DOI link in the docu, b) the code chunks that generate new ones, and c) a reg-ex that detects DOI links. Hopefully, my first venture into SVN & patch files was done correctly. My apologies, if there is anything amiss. In that case, I'll
2009 Jun 25
2
crr - computationally singular
Dear R-help, I'm very sorry to ask 2 questions in a week. I am using the package 'crr' and it does exactly what I need it to when I use the dataset a. However, when I use dataset b I get the following error message: Error in drop(.Call("La_dgesv", a, as.matrix(b), tol, PACKAGE = "base")) : system is computationally singular: reciprocal condition number =
2009 Sep 08
3
Omnibus test for main effects in the face ofaninteraction containing the main effects.
Daniel, When Group is entered as a factor, and the factor has two levels, the ANOVA table gives a p value for each level of the factor. What I am looking for is the omnibus p value for the factor, i.e. the test that the factor (with all its levels) improves the prediction of the outcome. You are correct that normally one could rely on the fact that the model
2009 Oct 26
1
Unable to get Legend with survplot rms package
Hello, I apologize for the post as I am certainly overlooking a simple solution to my difficulties with getting a legend to print on a survplot from the rms package. I am plotting the following: survplot(survest(fita), n.risk=T, conf='none', cex.n.risk=.85, dots=T, col='gray10', lty=2) survplot(survest(fit), n.risk=F, conf='none', add=T) survplot(survest(fitb), n.risk=F,
2002 Jan 22
1
glm.predict?
I've been attempting to calculate the predictions from a poisson glm object, along these lines: predict(foo.glm, type = "response") and predict(foo.glm, type = "response", se.fit = TRUE) foo.glm is arrived at this way: foo.glm <- glm(Insects ~ Dad * Mum + Location, offset = log(MM), family = "poisson", data = model.df) There are two
2008 Sep 02
2
How is the binding for a super assignment made visible?
The statement Globals <<- list() in the body of a function in a package was intended to write an empty list to the R workspace to collect results during the computations of the function. A package name space has not been specified. The package appears to function correctly, but during the R CMD check of the package while "checking R code for possible problems ... NOTE", no
2002 Dec 08
1
Head & Rotor VE 12/08A
Dear Sir, *????????????????????????VE????(VE??????????????),?????????? ??????4JB1,??????6BT,????????????,??????????..... * ??????????????????????VE??????????, ?????????????????????? ??????????,???????????????????????????????????????????? ??????????????,??????????????????????????????,??????.?????? ????????????????????????????. * ????????????????????,??????????.
2002 Nov 30
1
Head & Rotor VE 11/30
Dear Sir, *????????????????????????VE????(VE??????????????),?????????? ??????4JB1,??????6BT,????????????,??????????..... * ??????????????????????VE??????????, ?????????????????????? ??????????,???????????????????????????????????????????? ??????????????,??????????????????????????????,??????.?????? ????????????????????????????. * ????????????????????,??????????.
2018 Mar 26
0
Suggesting patch to link DOIs against secure resolver
>>>>> Katrin Leinweber <katrin.leinweber at uni-konstanz.de> >>>>> on Sun, 25 Mar 2018 19:04:34 +0200 writes: > Dear Madams and Sirs, > because the DOI foundation recommends a new, secure resolver [1], I > wanted to suggest the attached patch. It > a) updates a static DOI link in the docu, > b) the code chunks that
2004 Dec 13
1
AIC, glm, lognormal distribution
I'm attempting to do model selection with AIC, using a glm and a lognormal distribution, but: fit1<-glm(BA~Year,data=pdat.sp1.65.04, family=gaussian(link="log")) ## gives the same result as either of the following: fit1<-glm(BA~Year,data=pdat.sp1.65.04, family=gaussian) fit1<-lm(BA~Year,data=pdat.sp1.65.04) fit1 #Coefficients: #(Intercept) Year2004 # -1.6341
2006 Jul 03
4
using windows-printer-drivers with wine ?
Hi ! I own a Canon S500 (4 Color Inkjet printer). Canon has ultimately poor support for linux i'll never by a Canon-product again. Unfortunately i bought this one before i abandoned my windows and now i'm stuck with some average drivers of my Fedora linux (FC5). No nozzle check/alignment, no printhead cleaning and bad color-setup/correction. I tried turboprint.de drivers and are they much
2002 Nov 20
0
Head & Rotor VE 11/20
Dear Sir, *????????????????????????VE????(VE??????????????),?????????? ??????4JB1,??????6BT,????????????,??????????..... * ??????????????????????VE??????????, ?????????????????????? ??????????,???????????????????????????????????????????? ??????????????,??????????????????????????????,??????.?????? ????????????????????????????. * ????????????????????,??????????.
2002 Feb 22
1
Head & Rotor VE(CHINA-LuTong) 2/23
Dear Sir, My name is ChenHua, and I'm writing on behalf of the China-Lutong mechanical company. Located in the south east of China, we specialize in hydraulic heads for the VE distributor pump. We can supply standard, good quality units at a very competitive price. The following types are available: Engine model VE PUMS code NO UNIT PRICE(EX WORKS) ISUZU) NP-VE4/11L
2004 Aug 06
1
Head & Rotor VE(CHINA-LuTong) 2/23
Dear Sir, My name is ChenHua, and I'm writing on behalf of the China-Lutong mechanical company. Located in the south east of China, we specialize in hydraulic heads for the VE distributor pump. We can supply standard, good quality units at a very competitive price. The following types are available: Engine model VE PUMS code NO UNIT PRICE(EX WORKS) ISUZU) NP-VE4/11L
2002 Feb 26
1
Head & Rotor VE(CHINA-LuTong) 2/23
Dear Sir, My name is ChenHua, and I'm writing on behalf of the China-Lutong mechanical company. Located in the south east of China, we specialize in hydraulic heads for the VE distributor pump. We can supply standard, good quality units at a very competitive price. The following types are available: Engine model VE PUMS code NO UNIT PRICE(EX WORKS) ISUZU) NP-VE4/11L
2006 Sep 07
5
Conservative "ANOVA tables" in lmer
Dear lmer-ers, My thanks for all of you who are sharing your trials and tribulations publicly. I was hoping to elicit some feedback on my thoughts on denominator degrees of freedom for F ratios in mixed models. These thoughts and practices result from my reading of previous postings by Doug Bates and others. - I start by assuming that the appropriate denominator degrees lies between n
2002 Feb 23
0
Head & Rotor VE(CHINA-LuTong) 2/23
Dear Sir, My name is ChenHua, and I'm writing on behalf of the China-Lutong mechanical company. Located in the south east of China, we specialize in hydraulic heads for the VE distributor pump. We can supply standard, good quality units at a very competitive price. The following types are available: Engine model VE PUMS code NO UNIT PRICE(EX WORKS) ISUZU) NP-VE4/11L
2017 Jul 11
1
getting rid of hp c3180
On Tue, Jul 11, 2017 at 02:47:47PM -0500, Valeri Galtsev wrote: > > On Tue, July 11, 2017 2:20 pm, Michael Hennebry wrote: > > I have a hp photosmart C3180 all-in-one and am well and truly sick of it. > > It seems like every time I go on another printing binge, > > I need yet another print cartridge. > > hp-clean doesn't help. > > IIRC this use it or lose
2014 Sep 15
0
unsubscribe
help -----Original Message----- From: centos-request at centos.org Sent: Saturday, September 13, 2014 1:00 PM To: centos at centos.org Subject: CentOS Digest, Vol 116, Issue 13 Send CentOS mailing list submissions to centos at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos or, via email, send a message with subject or body