Displaying 20 results from an estimated 500 matches similar to: "Anova - interpretation of the interaction term"
2010 Oct 11
0
multiple comparison correction
dear list,
i just found this post in the archive:
----------------
On 23-Apr-05 Bill.Venables at csiro.au
<https://stat.ethz.ch/mailman/listinfo/r-help> wrote:
>:* -----Original Message-----*>:* From: r-help-bounces at stat.math.ethz.ch <https://stat.ethz.ch/mailman/listinfo/r-help> *>:* [mailto:r-help-bounces at stat.math.ethz.ch
2015 Jul 30
3
Fedora change that will probably affect RHEL
> On Jul 28, 2015, at 6:32 PM, Warren Young <wyml at etr-usa.com> wrote:
>
> On Jul 28, 2015, at 4:37 PM, Nathan Duehr <denverpilot at me.com> wrote:
>>
>>> On Jul 28, 2015, at 11:27, Warren Young <wyml at etr-usa.com> wrote:
>>>
>>> So no, your local password quality policy is not purely your own concern.
>>
>> Other than
2005 Apr 05
5
Help with three-way anova
Hi
I have data from 12 subjects. The measurement is log(expression) of a
particular gene and can be assumed to be normally distributed. The 12
subjects are divided into the following groups:
Infected, Vaccinated, Lesions - 3 measurements
Infected, Vaccintaed, No Lesions - 2 measurements
Infected, Not Vaccinated, Lesions - 4 measurements
Uninfected, Not Vaccinated, No Lesions - 3 measurements
2015 Jul 28
3
Fedora change that will probably affect RHEL
> On Jul 28, 2015, at 11:27, Warren Young <wyml at etr-usa.com> wrote:
>
> On Jul 25, 2015, at 6:22 PM, Bob Marcan wrote:
>>
>> 1FuckingPrettyRose
>> "Sorry, you must use no fewer than 20 total characters."
>> 1FuckingPrettyRoseShovedUpYourAssIfYouDon'tGiveMeAccessRightFuckingNow!
>> "Sorry, you cannot use punctuation."
2015 Jul 29
0
Fedora change that will probably affect RHEL
On Jul 28, 2015, at 4:37 PM, Nathan Duehr <denverpilot at me.com> wrote:
>
>> On Jul 28, 2015, at 11:27, Warren Young <wyml at etr-usa.com> wrote:
>>
>> So no, your local password quality policy is not purely your own concern.
>
> Other than DDoS which is a problem of engineering design of how the network operates (untrusted anything can talk to untrusted
2006 Mar 31
1
matching a given sd range
Dear R users
given a numeric array (a sequence of reals), I am interested in
finding the subsets of sequences (each with start and end index) which match a given sd range.
I read the docs on match and which and the "see also" but could not come up with a way. I could loop with a stepping window over the sequence but that would be limited to a fixed size window, I guess I as well
2015 Jul 30
0
Fedora change that will probably affect RHEL
On Jul 29, 2015, at 6:19 PM, Nathan Duehr <denverpilot at me.com> wrote:
>
>> On Jul 28, 2015, at 6:32 PM, Warren Young <wyml at etr-usa.com> wrote:
>>
>> Now we have entrenched commercial interests that get paid more when you get DDoS?d. I?ll give you one guess what happens in such a world.
>
> What happens? Folks have to think harder about connecting
2013 May 21
1
Calculating AIC for the whole model in VAR
Hello!
I am using package "VAR".
I've fitted my model:
mymodel<-VAR(mydata,myp,type="const")
I can extract the Log Liklihood for THE WHOLE MODEL:
logLik(mymodel)
How could I calculate (other than manually) the corresponding Akaike
Information Criterion (AIC)?
I tried AIC - but it does not take mymodel:
AIC(mymodel)
# numeric(0)
Thank you!
--
Dimitri Liakhovitski
2005 Nov 09
8
Element-by-element multiplication operator?
Is there an element-by-element multiplication in R, like the .* operator in Matlab?
eg: A (2x3)
B (2x3)
C=A.*B
C (2x3)
C = [[a11*b11 a12*b12 a13*b13]; [a21*b21 a22*b22 a23*b23]]
I can't find one...
Thanks
-Mike Gates
2008 Nov 02
1
Simple R (in Sweave) Question
I am writing a report using Sweave with specific R output incorporated into
the text using the Sexpr{} command. I have run into two specific issues:
1) If the result inside the Sexpr{} command is an integer less than 10 I
would like to print the ?word? for that number ? e.g., ?seven? for 7.
2) If a p-value is ?equal to zero? to some arbitrary number of decimal
places -- e.g.,
2012 Jul 24
1
Annotate forest plot 'forest.rma()' for meta-analysis with metafor package
Dear R-experts,
The forest.rma() function from the metafor package creates nice forest
plots for presenting the results of a meta-analysis. These plots can be
annotated for e.g. giving names to the columns. E.g. as in the
documentation of the package:
data(dat.bcg)
### meta-analysis of the log relative risks using a random-effects model
res <- rma(ai=tpos, bi=tneg, ci=cpos, di=cneg,
2007 Jun 06
3
Using odesolve to produce non-negative solutions
Hello,
I am using odesolve to simulate a group of people moving through time and transmitting infections to one another.
In Matlab, there is a NonNegative option which tells the Matlab solver to keep the vector elements of the ODE solution non-negative at all times. What is the right way to do this in R?
Thanks,
Jeremy
P.S., Below is a simplified version of the code I use to try to do this,
1999 Jul 19
2
Cross Router Browsing
Hi, I'm running 2.04b on two RH 5.2 boxes (A + B). The boxes are control
separate domains and have a router in between them. I would like for the
domain controlled by A to show up in browse list on B.
I've tried using remote announce on A to broadcast on the other side of the
router, but domain A does not show up.... It seems to me that WINS (nmbd)
should be able to hold
2019 Mar 20
3
can admin folder render HTML files?
I put a custom HTML file in the admin folder, but when I login to the
admin interface then browse to it (e.g.,
http://server:8000/admin/mypage.html), I get "400 - UNRECOGNISED
COMMAND". Is admin (or the admin folder) able to render only the
standard Icecast files?
I'm using 2.4.4 on Windows 10.
Thanks,
Justin
-------------- next part --------------
An HTML attachment was
2012 Apr 13
3
Kaplan Meier analysis: 95% CI wider in R than in SAS
Hello All,
?
Am replicating in R an analysis I did earlier using SAS. See this as a test of whether I'm ready to start using R in my day-to-day work.
?
Just finished replicating a Kaplan Meier analysis. Everything seems to work out fine except for one thing. The 95% CI around my estimate for the median is substantially larger in R than in SAS. For example, in SAS I have a median of 3.29 with a
2008 Mar 08
1
Errors in in my code
Hi Everyone,
I am very new to R. When i run the code yesterday, it was working fine. I
was able to find gene annotation.
somehow, today, when i try to run it again, it is giving me errors message
that i don't understand. It says that it cannot open file. what file is it
looking for?
######################################################
##make sure to install and load annotationtool in R
2010 Mar 02
1
add a header to a forest plot (metafor)
Dear R-community,
I'm currently trying to assemble a forest plot using the "forest" function
from package "metaphor".
Works well. Even the regular "main"-argument works for adding a title to the
graph.
However, I would like to add one top row which explains the nature of the
columns. Very much like the usual header in spreadsheet programs.
For example:
2007 Jan 26
0
replicating the odds ratio from a published study- post # 2
Peter & Michael,
I just came across the following on another mailing list and realized that
my use (and the authors of the article use of the term 'odds ratio' ) is
probably incorrect. I believe my interest is in the 'odds' of schizophrenia
among the population of homicide, rather than a comparison of odds .
"Yours seems a good idea, Kevin, if you are only interested
2004 Aug 06
3
I need a Freelance Coder...
I must use Windows for Streaming.
and the interface must be an port or something else, because the software
interface runs on a dedicated server.
----- Original Message -----
From: "Ricardo Galli" <gallir@uib.es>
To: <icecast-dev@xiph.org>
Sent: Wednesday, February 25, 2004 10:10 AM
Subject: Re: [icecast-dev] I need a Freelance Coder...
<p>> On Wednesday 25 February
2004 Aug 06
4
I need a Freelance Coder...
Is there anybody who can help my for implement a feature in icecast 2?
I want to update ogg vorbis meta data album/title/genre/artist via an webbased interface. like metadata.xml for mp3 files.
If there`s anybody, contact my benny@name-pool.net i would pay for this feature.
thanks
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To