search for: methtitle

Displaying 5 results from an estimated 5 matches for "methtitle".

Did you mean: get_title
2008 Jan 24
0
(lme4: lmer) mcmcsamp: Error in if (var(y) == 0)
...ass))) 6: validObject(.Object) 5: initialize(value, ...) 4: initialize(value, ...) 3: new(if (is(object, "glmer")) "summary.glmer" else { if (is(object, "lmer")) "summary.lmer" else "summary.mer" }, object, isG = glz, methTitle = methTitle, logLik = llik, ngrps = sapply(object at flist, function(x) length(levels(x))), sigma = .Call(mer_sigma, object, REML), coefs = coefs, vcov = vcov, REmat = REmat, AICtab = AICframe) 2: summary(emnlp.m1) 1: summary(emnlp.m1) -- David Reitter ICCS/HCRC, Informa...
2014 Apr 03
1
summary of lme4.0 model in package
...aryDefault', 'table' Named chr [1:3] "1" "mer" "S4" ..- attr(*, "names")= chr [1:3] "Length" "Class" "Mode" But it should return Formal class 'summary.mer' [package "lme4.0"] with 42 slots ..@ methTitle: chr "Generalized linear mixed model fit by the Laplace approximation" ..@ logLik :Class 'logLik' : -2265 (df=12) --- output snipped --- What puzzles me is that the function gives the error when called from the package, but works fine when I source the code of the function ma...
2006 Aug 21
1
Retrieving p-values and z values from lmer output
I can't find a way to retrieve z values and p-values from the output from lmer in the lme4 package. How is this done? Rick B.
2006 Jul 04
1
lmer print outs without T
Hi, I have been having a tedious issue with lmer models with lots of factors and lots of levels. In order to get the basic information at the beginning of the print out I also have to generate these enormous tables as well. Is there a method command to leave off all of the effects and correlations? Or, do I have to go to string commands?
2017 Dec 26
1
identifying convergence or non-convergence of mixed-effects regression model in lme4 from model output
...#add number of datapoints ? mod.data.ef$N = as.numeric(summary(incr.best.m)$devcomp$dims[1]) ? #add model name ? mod.data.ef$model = name ? return(mod.data.ef) } I'm also including the structure of an example model that did converge (but I can I tell from the output?). List of 18 ?$ methTitle?? : chr "Linear mixed model fit by maximum likelihood? \nt-tests use? Satterthwaite approximations to degrees of freedom" ?$ objClass??? : atomic [1:1] lmerMod ? ..- attr(*, "package")= chr "lme4" ?$ devcomp???? :List of 2 ? ..$ cmp : Named num [1:10] 176.85 59.09...