Displaying 6 results from an estimated 6 matches for "mstat".
Did you mean:
stat
2010 Jan 31
2
lmer, mcmcsamp, coda, HPDinterval
...)
library(coda)
HPDinterval(A6post)
..but I got this message:
"no applicable method for 'HPDinterval' applied to an object of class
"merMCMC""
Should I be coercing A6post to another type, or am I missing other steps
altogether?
Thanks :)
Doug Adams
-----
Doug Adams
MStat Student
University of Utah
--
View this message in context: http://n4.nabble.com/lmer-mcmcsamp-coda-HPDinterval-tp1457803p1457803.html
Sent from the R help mailing list archive at Nabble.com.
2010 Aug 03
1
Metafor
...get credible intervals from random effects meta analysis for the prediction interval of a new study.
It appears that the predict.rma function creates approximate credible intervals (pending a function revision by the author) for that purpose.
Is my assumption correct?
Nathan
--
Nathan Pace, MD, MStat
Department of Anesthesiology
University of Utah
801.581.6393
n.l.pace@utah.edu
[[alternative HTML version deleted]]
2012 Aug 09
1
[libvirt] virDomainMemoryStats call
Hi,
Is the array mstats returned by virDomainMemoryStats call cummulative or snapshot of the counter at that particular time ? I was of the opinion that is cummulative like the /proc counters but this counter seems to go backwards ie next snapshot value is less than the current one which makes me think these are sna...
2012 Dec 23
0
[LLVMdev] llvm 3.2 regression
...OK ] AddressSanitizerMac.CFStringCreateCopy (506 ms)
[ RUN ] AddressSanitizerMac.NSObjectOOB
[ OK ] AddressSanitizerMac.NSObjectOOB (2041 ms)
[ RUN ] AddressSanitizerMac.NSURLDeallocation
[ OK ] AddressSanitizerMac.NSURLDeallocation (165 ms)
[ RUN ] AddressSanitizerMac.Mstats
[ OK ] AddressSanitizerMac.Mstats (0 ms)
[----------] 17 tests from AddressSanitizerMac (66383 ms total)
[----------] Global test environment tear-down
[==========] 109 tests from 3 test cases ran. (1350454 ms total)
[ PASSED ] 109 tests.
YOU HAVE 27 DISABLED TESTS
>
>> Unf...
2003 Oct 05
4
Strange error 4.9RC1
After compiling the kernel 4.9RC1 dmesg gives the following error
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ed1: <Realtek Plug & Play Ethernet Card> at port 0x220-0x23f irq 5 on isa0
ed1: address 52:54:40:28:83:9a, type NE2000 (16 bit)
ad0: 4112MB <WDC AC24300L> [8912/15/63] at ata0-master WDMA2
Mounting root from ufs:/dev/ad0s1a
2008 Jun 21
1
stepAIC {MASS}
In a generalized linear model with k covariates, there are 2(kth power) - 1
possible models (excluding interactions).
Awhile ago a posting to R-help suggested Model Selection and Multimodel
Inference, 2nd ed, by Burnham and Anderson as a good source for
understanding model selection. They recommend (page 71) computing AIC
differences over all candidate models in the set of possible models.
After