search for: objclass

Displaying 3 results from an estimated 3 matches for "objclass".

Did you mean: obj_class
2009 Feb 02
6
Selectively Removing objects
Dear list members, Does anyone know how to use rm() to remove only variables but not declared functions from the environment ? I understand I could name all the functions with, let's say "f_something", make sure that all variables do not start with "f_" and then remove all BUT objects starting with "f_". However, I have already defined all the functions and it
2012 Feb 20
3
Confused: Inconsistent result?
...r" [10,] "myCharVector"    "character" [11,] "myDateVector"    "character" [12,] "myNumericVector" "character" [13,] "newArrayFromAPL" "character" [14,] "obj"             "character" [15,] "objClass"        "character" [16,] "x"               "character" [17,] "xyz"             "character" [18,] "y"               "character" > allobj()      [,1] [,2] > As far as I can see, the function allobj has the same expres...
2017 Dec 26
1
identifying convergence or non-convergence of mixed-effects regression model in lme4 from model output
...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 95.43 3.84 99.27 ... ? .. ..- attr(*, "names")= chr [1:10] "ldL2" "ldRX2" "wrss" "ussq" ... ?...