search for: my_lmer

Displaying 4 results from an estimated 4 matches for "my_lmer".

Did you mean: aylmer
2010 Sep 28
1
Function works when custom defined but not when part of a package
Hi folks, I'm not sure if this is a bug or not so I thought I'd check here first. I came across it while working on an update to my package where I try to get AICtab slot from the summary of an lmer object ( summary(my_lmer)@AICtab ). The attached contains a minimal example, where the code below will work if you load the f() function by sourcing the package's R code but will throw an error ("trying to get slot "AICtab" from an object (class "table") that is not an S4 object") if you...
2015 May 04
2
Problem with adding slots to S4 object
Dear all, I'm trying to create a virtual S4 class with some subclasses. I noticed that adding slots to this class increases the memory use and slows the functions down. Note that I'm adding very small slots (integer or character both of length 1). I've made a reproducible example at https://github.com/ThierryO/testvirtualclass. The R CMD check --as-cran fails on the tests. Some of
2015 May 05
1
Problem with adding slots to S4 object
...0.08 0.04 0.08 0.04 > "loadMethod" 0.06 0.03 0.06 0.03 > > $by.total > total.time total.pct self.time self.pct > "eval" 182.52 100.00 0.00 0.00 > "my_lmer" 182.52 100.00 0.00 0.00 > "source" 182.52 100.00 0.00 0.00 > "standardGeneric" 182.52 100.00 0.00 0.00 > "withVisible" 182.52 100.00 0.00...
2015 May 05
0
Problem with adding slots to S4 object
...tClassFromCache" 0.08 0.04 0.08 0.04 "loadMethod" 0.06 0.03 0.06 0.03 $by.total total.time total.pct self.time self.pct "eval" 182.52 100.00 0.00 0.00 "my_lmer" 182.52 100.00 0.00 0.00 "source" 182.52 100.00 0.00 0.00 "standardGeneric" 182.52 100.00 0.00 0.00 "withVisible" 182.52 100.00 0.00 0.00 &quot...