Re: [R] Pairwise testing with pairwise.prop.test

2019-04-02 Thread Jenny Liu
Thank you Stephen and Peter for your code and your answers! Stephen, your NaN explanation makes sense - thank you for putting it so clearly. Cheers, Jenny On Tue, Apr 2, 2019 11:10 AM, peter dalgaard pda...@gmail.com wrote: >> My questions:1) Why is there a "-" instead of a numerical result

Re: [R] Pairwise testing with pairwise.prop.test

2019-04-01 Thread Jenny Liu
M University > College Station, TX 77843-4352 > > -Original Message- > > From: R-help On Behalf Of Jenny Liu > > Sent: Sunday, March 31, 2019 6:10 PM > > To: r-help@r-project.org > > Subject: [R] Pairwise testing with pairwise.prop.test > > > >

[R] Pairwise testing with pairwise.prop.test

2019-03-31 Thread Jenny Liu
Hi all, I have a few questions about the pairwise.prop.test function. I run the test using on the attached dataset (EggMortNoTemp) using the following code: EggMatrix<-as.matrix(EggMortNoTemp) #making the egg mortality data a matrix. pairwise.prop.test needs it to be a matrix EggResults<-pairwis

Re: [R] Glitch in Kruskal-Wallis test?

2018-12-23 Thread Jenny Liu
-- >> David L Carlson >> Department of Anthropology >> Texas A&M University >> College Station, TX 77843-4352 >> >> -Original Message- >> From: R-help On Behalf Of Jenny Liu >> Sent: Saturday, December 22, 2018 7:10 AM >> To: Michae

Re: [R] Glitch in Kruskal-Wallis test?

2018-12-22 Thread Jenny Liu
hich is not the usual situation for K-W. Michael On 22/12/2018 04:58, Jenny Liu wrote: > Hi everyone, > I have been running a K-W test with the attached data, PupMort1. My code: > kruskal.test(Prop~Temp,data=PupMort1) > However, I found that I get the exact same result when I chang

[R] Glitch in Kruskal-Wallis test?

2018-12-21 Thread Jenny Liu
Hi everyone, I have been running a K-W test with the attached data, PupMort1. My code: kruskal.test(Prop~Temp,data=PupMort1) However, I found that I get the exact same result when I change the x-values, as in the attached data PupMort2. Test run with PupMort1Kruskal-Wallis rank sum testdata:  Prop

[R] A quick question on devRate package

2018-07-29 Thread Jenny Liu
r, when I enter >devRateInfo(eq=campbell_74) There are only 3 entries for Diptera, and none of them are Cecidomyiidae. Am I doing something wrong, or missing something? I read through the instruction manual but it's definitely possible I misunderstood. Thanks for your time! Cheers,Jenny Li

[R] Do there need to be the same number of y-values for each x-value when using tapply?

2018-07-06 Thread Jenny Liu
Hi everyone, I'm trying to fit a set of data to a non-linear distribution (namely, rates of insect development at different temperatures), and I'm trying to do this using the selfStart and GetInitial functions. (I'd of course be open to alternative suggestions!). However, I keep running into this e