search for: rxi

Displaying 11 results from an estimated 11 matches for "rxi".

Did you mean: rx
2009 May 11
0
Partial correlation function required
---------- Forwarded message ---------- From: <r-help-bounces@r-project.org> Date: Mon, May 11, 2009 at 10:24 PM Subject: The results of your email commands To: das.moumita.online@gmail.com The results of your email command are provided below. Attached is your original message. - Results: Ignoring non-text/plain MIME parts - Unprocessed: What is the function for partial
2009 Jul 13
0
testing equality of two dependent correlations + normality issue
Hi, I am turning to you with a (hopefully simple?) stats question. I would like to test equality of two correlation coefficients in a setting with three variables X,Y,Z, i.e. equality of r(X,Y) and r(Z,Y). I have found a formula to transform the "2 dependent correlations difference" to t-distribution with N-3 df: t = (rxy - rzy)* SQRT[{(n - 3)(1 + rxz)}/ {2(1 - rxy^2 - rxz^2 - rzy^2 +
2013 Aug 27
1
[PATCH] drivers/char: pl011: Enable receive timeout interrupt
...dex 0e1eb64..e4bd702 100644 --- a/xen/drivers/char/pl011.c +++ b/xen/drivers/char/pl011.c @@ -140,7 +140,7 @@ static void __init pl011_init_postirq(struct serial_port *port) pl011_write(uart, ICR, OEI|BEI|PEI|FEI); /* Unmask interrupts */ - pl011_write(uart, IMSC, OEI|BEI|PEI|FEI|TXI|RXI); + pl011_write(uart, IMSC, RTI|OEI|BEI|PEI|FEI|TXI|RXI); } static void pl011_suspend(struct serial_port *port) -- 1.7.10.4
2001 Feb 16
1
Sub_scribe and a question
Dear all, I am trying to get an estimate of the intercept for a linear model. In this case, I know the slope of the model, can anyone tell me how to constrain the formula in lm() so that it only estimates the intercept not the slope? Many thanks in advance, Sincerely, Liqing Zhang Dept. of Eco. Evol. Biol. Univ. of CA, Irvine email: lzhang at uci.edu >From VM Mon Apr 30 08:18:45 2001
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.
2013 Oct 09
4
[LLVMdev] Subregister liveness tracking
On Oct 8, 2013, at 2:06 PM, Akira Hatanaka <ahatanak at gmail.com> wrote: > What I didn't mention in r192119 is that mthi/lo clobbers the other sub-register only if the contents of hi and lo are produced by mult or other arithmetic instructions (div, madd, etc.) It doesn't have this side-effect if it is produced by another mthi/lo. So I don't think making mthi/lo clobber the
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?
2006 Jul 15
3
names() function and lmer()
Hello All, I would like to retrieve some of the results from the lmer(...) function in library lme4. If I run a model, say fm.1 <- lmer(y ~ 1 + (1 | x), data = dog) and try names(fm.1), I get NULL. Is there anyway to retrieve the information? Thanks
2013 Oct 18
0
pamer.fnc y la nueva versión de R
.... ..$ delu : num [1:4] 3.97 -12.4 -6.62 15.04 .. ..$ theta : num 0.499 .. ..$ u0 : num [1:4] 0 0 0 0 .. ..and 42 methods, of which 30 are possibly relevant: .. .. b, beta, CcNumer, copy#envRefClass, initialize, initializePtr, installPars, L, ldL2, ldRX2, linPred, P, ptr, RX, RXdiag, RXi, .. .. setBeta0, setDelb, setDelu, setTheta, solve, solveU, sqrL, u, unsc, updateDecomp, updateL, updateLamtUt, updateRes, updateXwts ..@ optinfo:List of 4 .. ..$ optimizer: chr "Nelder_Mead" .. ..$ control :List of 1 .. .. ..$ verbose: int 0 .. ..$ conv : num 0 .. ..$...
2013 Oct 18
2
pamer.fnc y la nueva versión de R
Javier, Creo que aquí aplica la ley de Linus que dice: "Dado un número suficientemente elevado de ojos, todos los errores se convierten en obvios". La persona que revisa y encuentra un error no necesariamente tiene que ser la misma que la que lo escribe. Una motivación muy importante al compartir un código es la de recibir los beneficios del control de calidad por parte de tus pares.
2013 Dec 02
1
pamer.fnc y la nueva versión de R
...1:4] 3.97 -12.4 -6.62 15.04 > .. ..$ theta : num 0.499 > .. ..$ u0 : num [1:4] 0 0 0 0 > .. ..and 42 methods, of which 30 are possibly relevant: > .. .. b, beta, CcNumer, copy#envRefClass, initialize, initializePtr, installPars, L, ldL2, ldRX2, linPred, P, ptr, RX, RXdiag, RXi, > .. .. setBeta0, setDelb, setDelu, setTheta, solve, solveU, sqrL, u, unsc, updateDecomp, updateL, updateLamtUt, updateRes, updateXwts > ..@ optinfo:List of 4 > .. ..$ optimizer: chr "Nelder_Mead" > .. ..$ control :List of 1 > .. .. ..$ verbose: int 0 > .....