similar to: fromulation of random effects (nlme)

Displaying 20 results from an estimated 2000 matches similar to: "fromulation of random effects (nlme)"

1999 Nov 25
1
gnls
Doug, I have been attempting to learn a little bit about nlme without too much documentation except the online help. The Latex file in the nlme directory looks interesting but uses packages that I do not have so that I have not been able to read it. I have run the example from gnls to compare it with the results I get from my libraries (code below - I have not included output as it is rather
2004 Aug 10
0
Check failed after compilation (PR#7159)
Full_Name: Madeleine Yeh Version: 1.9.1 OS: AIX 5.2 Submission from: (NULL) (151.121.225.1) After compiling R-1.9.1 on AIX 5.2 using the IBM cc compiler, I ran the checks. One of them failed. Here is the output from running the check solo. root@svweb:/fsapps/test/build/R/1.9.1/R-1.9.1/tests/Examples: ># ../../bin/R --vanilla < stats-Ex.R R : Copyright 2004, The R
1999 Jul 28
1
(Fwd) Re: 3d in R
In Win95/NT you can use xgobi (program and R interface) as well, provided you will install an x-server on your machine (a free one is available from http://www.microimages.com/freestuf/mix/). Regards! Zdenek Skala ***************************************************** Uli Flenker wrote: I'm not familiar with S/S+, but I think the "xgobi" software package can do what you want
2000 Dec 08
1
Problem with multiple factors in nlme
Dear R-experts, I have a problem to formulate non linear mixed effects when more than one explanatory variable is present. I'm using R 1.1.1 under Linux. The version number of the nlme library is 3.1-7. "help(nlme)" says that among several possibilities it is possible to code fixed effects according to fixed = a1 + a2 + ... + an ~ X1 + X2 + ... + Xm where the left hand side
1999 Dec 13
1
Problems with "help(topic,offline=T)"
Hello everybody, since I installed R-0.90.0 (Linux 2.0.25) I have problems with generating printable output with 'help()'. Default output to the terminal ('echo $PAGER' gives 'less') works o.k.. When invoking 'help(topic,offline=T)' all the usual procedures seem to start: 'top' reports invocation of latex as well as of dvips. But after finishing there is
1999 Jul 15
0
Strange behaviour using .Fortran
Hello everybody, I observed some strange behaviour of R (0.64.1/Linux 2.0.25) when trying to use FORTRAN-libraries. I first downloaded "ALGORITHM AS 304" from StatLib. All I changed at the code, was to substitute "REAL"-routines by "DOUBLE PRECISION". Compiling went o.k.: > g77 -fpic -O2 -shared -o rtest.o fisher.f ("g77 --version" gives 2.7.2.1)
2000 Aug 10
1
Problems with levels of factors
Dear R-helpers, I frequently run into problems when I modify elements of factors (R 1.0.0, Linux 2.0.25). For example, after splitting a data frame accordinng to whatever criterion, it might well happen that not all levels of a factor are present in all new data frames. However, R doesn't seem to care about. When performing some kind of analysis seperately on the new frames, each time the
1999 Jul 15
1
Strange behavior using .Fortran
Hello everybody, I observed some strange behavior of R (0.64.1/Linux 2.0.25) when trying to use FORTRAN-libraries. I downloaded "ALGORITHM AS 304" from StatLib. All I changed at the code, was to substitute "REAL"-routines by "DOUBLE PRECISION". Compiling went o.k. ... > g77 -fpic -O2 -shared -o rtest.o fisher.f ("g77 --version" gives 2.7.2.1)
2004 Apr 20
1
R-1.9.0: configure/install problem
Dear R-helpers, for the first time since R-0.6x I have to face installation problem. I switched to a new Linux-box (SuSE 9.0) and installed as many libraries as possible. R-1.9.0.tgz went to /usr/local/lib and was extracted without problems. After running properly for a while, 'configure' (called without any switches) gave "configure: creating ./config.status" which was
1999 May 06
0
ANOVA "ex post" Analysis (fwd)
We had problems with our mail server. I have no idea whether this message has reached the list or whether there were any replies. So I retry ... ------------------------ Date: Wed, 5 May 1999 16:42:55 +0200 (CEST) From: "Uli Flenker; Raum 704" <uli at pcinternet.biochem.dshs-koeln.de> To: R-Mailing-List <r-help at stat.math.ethz.ch> Subject: ANOVA "ex post"
2006 Oct 18
1
lmer- why do AIC, BIC, loglik change?
Hi all, I am having issues comparing models with lmer. As an example, when I run the code below the model summaries (AIC, BIC, loglik) differ between the summary() and anova() commands. Can anyone clear up what's wrong? Thank you! Darren Ward library(lme4) data(sleepstudy) fm1<-lmer(Reaction ~ Days + (1|Subject), sleepstudy) summary(fm1) fm2<-lmer(Reaction ~ Days +
2002 Dec 15
2
Interpretation of hypothesis tests for mixed models
My question concerns the logic behind hypothesis tests for fixed-effect terms in models fitted with lme. Suppose the levels of Subj indicate a grouping structure (k subjects) and Trt is a two-level factor (two treatments) for which there are several (n) responses y from each treatment and subject combination. If one suspects a subject by treatment interaction, either of the following models seem
1999 Mar 25
1
Y-limits of barplots
Hello everybody, I frequently have to produce barplots from variables the natural variation of which is far away from zero. A typical range would be, say from -16 to -28. So, the following example should give an "honest" presentation: x<-c(-20,-22,-21,-28) barplot(x,beside=T,ylim=c(-18,-30)) But using anything else but "0" for the first element of ylim leads to strange
2003 Dec 08
0
TukeyHSD changes if I create interaction term
Dear R community, I'm trying to understand this behavior of TukeyHSD. My goal is to obtain defensible, labelled multiple comparisons of an interaction term. Firstly, if I plot the TukeyHSD from the model that calculates its own interactions, then the y-axis labels appear to be reflected on their median when compared to the text output of the TukeyHSD statement. The labels are integers.
2007 Dec 05
0
lme output
Dear all, I noticed the following in the call of lme using msVerbose. fm1 <- lme(distance ~ age, data = Orthodont, control = lmeControl(msVerbose=T)) 9 318.073: -0.567886 0.152479 1.98021 10 318.073: -0.567191 0.152472 1.98009 11 318.073: -0.567208 0.152473 1.98010 fm2 <- lme(distance ~ age, random =~age, data = Orthodont,
1999 May 05
1
ANOVA "ex post" Analysis
Hello everybody, shame on me if I have overlooked something (CRAN, StatLib), but I think I've searched carefully. Maybe it's just too obvious to see for me (happens frequently). Is a function available that extracts multiple comparison of means from objects produced by "aov()" ? Sorry if the term is not correct, I translated from german word by word ("Multiple
2004 Nov 26
1
help with glmmPQL
Hello: Will someone PLEASE help me with this problem. This is the third time I've posted it. When I appply anova() to two equations estimated using glmmPQL, I get a complaint, > anova(fm1, fm2) Error in anova.lme(fm1, fm2) : Objects must inherit from classes "gls", "gnls" "lm","lmList", "lme","nlme","nlsList", or
2012 Jan 17
1
MuMIn package, problem using model selection table from manually created list of models
The subject says it all really. Question 1. Here is some code created to illustrate my problem, can anyone spot where I'm going wrong? Question 2. The reason I'm following a manual specification of models relates to the fact that in reality I am using mgcv::gam, and I'm not aware that dredge is able to separate individual smooth terms out of say s(a,b). Hence an additional request,
2004 Nov 25
0
MASS problem -- glmmPQL and anova
Hello: I am really stuck on this problem. Why do I get an error message with anova() when I compare these two equations? Hope someone can help. ANDREW ____________________________ > fm1 <- glmmPQL(choice ~ day + stereotypy, + random = ~ 1 | bear, data = learning, family = binomial) > fm2 <- glmmPQL(choice ~ day + envir + stereotypy, + random = ~ 1 |
2004 Nov 24
0
problem with anova and glmmPQL
Hello: I am getting an error message when appplying anova() to two equations estimated using glmmPQL. I did look through the archives but didn't finding anything relevant to my problem. The R-code and results follow. Hope someone can help. ANDREW ____________________________ > fm1 <- glmmPQL(choice ~ day + stereotypy, + random = ~ 1 | bear, data = learning, family =