Displaying 11 results from an estimated 11 matches similar to: "LanguageR pvals.fnc error message"
2007 May 11
0
incorrect MCMC CIs in pvals.fnc (languageR) ?
library(lme4)
library(coda)
library(languageR)
fit = lmer(Reaction~Days + (1|Subject) + (0+Days|Subject), 
data=sleepstudy)
pvals.fnc(fit)$random
# compare with...
samp = mcmcsamp(fit, n=10000, trans=FALSE)
HPDinterval(samp)
densityplot(samp, plot=F)
# 'pvals.fnc' reports sigma instead of sigma^2, but it looks like the
# Sbjc.(In) and Sbjc.Days are also sqrt compared with the
2008 Oct 01
1
pvals.fnc in lme4 and languageR
Hi everybody!
I was using the function pvals.fnc from package 'languageR' until April. 
I do not know which version. Yesterday I updated all my packages
and tried to run my loop again. Now I get the following error message:
error in pvals.fnc(mm, nsim = 1000) :
MCMC sampling is not yet implemented in lme4_0.999375-27
for models with random correlation parameters
I guess it?s because of
2010 Dec 03
2
difference between linear model & scatterplot matrix
Dear R-users,
I'm studing a DB, structured like this (just a little part of my dataset): 
_____________________________________________________________________________________________________________
  Site
  Latitude
  Longitude
  Year
  Tot-Prod
  Total_Density
  dmp
  Dendoudi-1
  15.441964
  -13.540179
  2005
  3271.16
  1007
  16993.25
  Dendoudi-2
  15.397321
  -13.611607
 
2005 Aug 05
1
question regarding logit regression using glm
I got the following warning messages when I did a
binomial logit regression using glm():
Warning messages: 
1: Algorithm did not converge in: glm.fit(x = X, y =
Y, weights = weights, start = start, etastart =
etastart,  
2: fitted probabilities numerically 0 or 1 occurred
in: glm.fit(x = X, y = Y, weights = weights, start =
start, etastart = etastart,  
Can some one share your thoughts on how to
2011 Apr 21
1
Error running pvals.fnc in R version 2.13.0
Dear R-help:
I've been trying to run pvals.fnc in the newest version of R (2.13.0). The
function lmer worked fine, but when I tried to use pvals.fnc on the lmer
object, I got the following error:
"Error in pvals.fnc(elogr.subj.dys.sum.3x3.p, nsim = 10000) :
  trying to get slot "coefs" from an object (class "summaryDefault") that is
not an S4 object."
How can I
2007 Aug 21
0
pvals.fnc unhappy about lmer objects
Dear folks (or Dear Professor Bates),
I'm quite confused as to the current status of some of the available
functions applicable to lmer objects. Following the examples in Baayen,
Davidson, Bates (2006), my plan is to run mcmcsamp on a random effect
model created by lmer in package lme4, then use the (perhaps outdated)
pvals to estimate p-value. But then I couldn't find pvals anywhere. 
2008 Nov 10
1
R 2.8. and languageR
Hi,
I have been using the library languageR in R2.6.0 for some while.
I now would like to use new functions of this library (especially  
plotLMER.fnc) and have downloaded R 2.8.0.
Error messages appear when I load the languageR library (I have tried  
several times on different computers but this doesn't help.:
Attachement du package : 'Matrix'
         The following object(s)
2010 Apr 01
3
pvals.fnc() with language R does not work with R 2.10.1
Hi Everyone,
I am using R 2.10.1.  lmer function works properly, however pvals.fnc 
()  does not despite the fact that I uploaded:
- library(lme4)
- library(coda)
- library(languageR)
This is the error message I get
  pvals.fnc(lexdec3.lmerE2, nsim=10000)$fixed
Error in pvals.fnc(lexdec3.lmerE2, nsim = 10000) :
   MCMC sampling is not yet implemented in lme4_0.999375
   for models with random
2007 Apr 18
1
R-2.4.1 for MacOS X - languageR, acepack, Hmisc
I updated R to the last 2.4.1 version and unfortunately I can not  
load languageR any longer.
In R-2.4.1, LanguageR requires acepack, but Hmisc doesn't work when  
acepack is loaded.
	> library(languageR)
	Loading required package: Design
	Loading required package: Hmisc
	Loading required package: acepack
	Error in dyn.load(x, as.logical(local), as.logical(now)) :
       	unable to load
2008 Nov 26
1
Problem with aovlmer.fnc in languageR
Dear R list,
I have a recurring problem with the languageR package, specifically the 
aovlmer.fnc function. When I try to run the following code (from R. H. 
Baayen's textbook):
     # Example 1:
     library(languageR)
     latinsquare.lmer <- lmer(RT ~ SOA + (1 | Word) + (1 | Subject),
                              data = latinsquare)
     x <- pvals.fnc(latinsquare.lmer,
          
2007 Jun 15
2
Problem with workspace loading after languageR use
Hello R,
To analyze multi-level data, I started learning and using lmer. So far 
so wonderful. I then found some useful functions in package languageR. 
But then the following problem ocurred: Whenever I load and use the 
languageR package, then save the workspace - or quit R with saving the 
workspace - I am unable to reload that workspace in a later session. 
That is, R doesn't start at all