similar to: Repeated measures Tukey

Displaying 20 results from an estimated 400 matches similar to: "Repeated measures Tukey"

2010 Apr 16
1
Multiple comparisons on Anova.mlm object
I would like to perform multiple comparisons or post-hoc testing on the independent variable in an Anova.mlm object generated by the Anova function of the car package. I have defined a multivariate linear model and subsequently performed a repeated measures ANOVA as per the instructions in section #3 of the following comprehensive tutorial on the subject from the Gribble lab at UWO:
2012 Dec 05
1
Using multcomp::glht() with Anova object
Hello everyone, I've conducted a Type III repeated-measures ANOVA using Anova() from the car package, based on the suggestions at http://blog.gribblelab.org/2009/03/09/repeated-measures-anova-using-r/(option 3) and http://languagescience.umd.edu/wiki/EEG#ERP_ANOVA_in_R. My ANOVA has two factors: Condition (3 levels) and Region (6 levels) and their interaction. Below is code to run the Anova
2007 Jul 23
1
G729 with SIP and H.323
Hi, I need an Asterisk with G729 support. Preference is with Asterisk 1.2(.18), but if not possible, then it can be 1.4. Question is, can I enable G729 for both protocols? do the H323 implementation allow it? I found the codec support for H323 in 1.2.18 very poor ... only got u/a-law to work ... not even GSM. Would the Digium G729 license be good both for SIP and H323? Cesc
2009 Apr 06
1
Off-topic: SIP DTMF most supported method
Hi, I know it is a bit off-topic, but I'd like to ask the community what is the current most supported way to deal with DTMF? I'm looking for an all-SIP system and I'm mostly interested in the end devices support of the different methods (DTMF in-band audio, DTMF RTP telephony events packets, SIP INFO, ...) Thanks in advance. Cesc -------------- next part -------------- An HTML
2006 Jun 15
1
sip to h323 gateway ...
Hi, I am familiar with asterisk, though never actually tinkered with one myself ... so i don't know the full extent of its capabilities. I am facing a request to bridge a sip network and an h323 network. I would like to operate the sip with ser as the proxy and some gatekeeper on the h323 side (not required though). Actually, i have a few more points that may make it simpler - i do not need
2009 Feb 27
1
testing two-factor anova effects using model comparison approach with lm() and anova()
I wonder if someone could explain the behavior of the anova() and lm() functions in the following situation: I have a standard 3x2 factorial design, factorA has 3 levels, factorB has 2 levels, they are fully crossed. I have a dependent variable DV. Of course I can do the following to get the usual anova table: > anova(lm(DV~factorA+factorB+factorA:factorB)) Analysis of Variance Table
2007 Aug 10
2
sip ... codec conversion matrix
Hi, I have asterisk 1.2.18. I just took a peak at the command: > show translation and I saw that I can only convert from/to ulaw, ulaw, gsm and slin. No speex, no ilbc ... do I need a license or compile something extra? The G723, 726 and 729 ... I need a license, is that it? one for all of them? or for each? How do I get them to work? not just pass-through ... I need conversion. Thanks a
2011 Aug 10
5
anova medidas repetidas con lme
Hola compañeros de la lista. Tengo el siguiente set de datos: Repeticiones <- c(rep("RI", 14), rep("RII", 14), rep("RIII", 14)) Tiempo <- rep(c(0, 2, 4, 6, 8, 10, 12, 24, 36, 48, 60, 72, 96, 120), 3) Concentracion_celular <- c(0.4862, 0.5375, 0.4309, 0.4390, 0.4603, 0.4733, 0.3936, 0.9085, 0.5838, 0.5477, 0.6331, 0.8693, 1.0092, 0.6341, 0.5350,
2010 Apr 15
0
lme posthoc comparisons in R
Hi there, I was hoping to post this message. Im hoping I;ve got the right spot?! Hi there, sorry for basic question but im very new to R. Im trying to run a lme model with two categorical variables, each having 6 (for the explanatory variable C.f) and 5 levels (for expl. variable D.f) respectively. The lme runs fine, summary and anova commands are ok. But now i've tried running posthoc
2006 Jun 19
3
sip to h323 ... direct RTP?
Hi, Thanks to those who hinted on the SIP/H323/Skinny capabilities of asterisk ... I am starting to like this app! :D Now, I successfully managed to bridge SIP to H323 (i don't have skinny phones here). Just a question: Is it possible to have Asterisk "just" as a signalling proxy? i have a flat test network, and i would like the RTP streams to be sent directly end to end (sip phone
2016 Jul 24
2
Test de Quade
Hola a todos, Acudo a vosotros después de darle muchas vueltas al tema en Internet y no localizar la solución para algo que creo trivial. Necesito aplicar el test de Quade a un conjunto de datos en el que existe más de una covariable. El ejemplo de dicho test en R es el siguiente: ## Conover (1999, p. 375f): ## Numbers of five brands of a new hand lotion sold in seven stores ## during one week. y
2007 May 08
1
asterisk 1.2 from svn ... lock on shutdown
Hi, I hope this gets picked up by some bug marshall ... I have downloaded (yesterday) the 1.2 branch from svn ... When running: asterisk -vvvvc loaded modules: [modules] autoload=no load => pbx_functions.so load => pbx_config.so load => codec_a_mu.so load => format_pcm_alaw.so load => codec_ulaw.so load => codec_alaw.so load => format_pcm.so load => func_uri.so
2007 Sep 19
1
off-topic: Avaya 46xx, release 032207 ... help
Hi, I am trying to use an Avaya 4602 phone, which I just updated from a very old SIP software to the latest I could find on avaya's site (032207). The upgrade went fine and it gets registered on the Asterisk server. Now, a couple of glitches, though. - The phone's web server is not working ... so I have no easy way to configure it. It used to work with the old release of the software. I
2010 Jun 09
1
ANOVA of a sort
Dear R Help, I have a general question - I know this is the R list, but I hope someone can help me out a little as I've always found the help here to be absolutely fantastic. I have run a psychological study where participants are given multiple stimuli and their responses to those stimuli are measured on the same numerical scale, i.e., the data is something like Participant Stimulus
2009 Mar 03
1
repeated measures anova, sphericity, epsilon, etc
I have 3 questions (below). Background: I am teaching an introductory statistics course in which we are covering (among other things) repeated measures anova. This time around teaching it, we are using R for all of our computations. We are starting by covering the univariate approach to repeated measures anova. Doing a basic repeated measures anova (univariate approach) using aov() seems
2008 Apr 26
1
nested anova and multiple comparisons
Hello R List: My problem is with a nested anova. I have read the r-help and it has answered some of my questions but i still need some help on this one. I have also posted for help on this data set before, so i apologize in advance for any repetition. My design is as follows: response: Quadrat Counts (individuals per quadrat) Explanatory: Region (3 regions) Locations (4
2018 Jan 16
1
Letters group Games-Howell post hoc in R
Hello everybody, I use the sweetpotato database included in R package: data(sweetpotato) This dataset contains two variables: yield(continous variable) and virus(factor variable). Due to Levene test is significant I cannot assume homogeneity of variances and I apply Welch test in R instead of one-way ANOVA followed by Tukey posthoc. Nevertheless, the problems come from when I apply posthoc
2007 Jan 09
2
posthoc tests with ANCOVA
dear all, I want to perform a posthoc test for my ANCOVA: a1<-aov(seeds~treatment*length) With summary(glht(a1, linfct = mcp(treatment = "Tukey"))) R tells me: "covariate interactions found -- please choose appropriate contrast" How do I build these contrasts? Ideally, I would like to have the posthoc test for the ANCOVA including a block-effect
2008 Nov 28
0
Asterisk and multicast RTP
Hi, I would need to bridge a SIP call with a multicast RTP channel. Both sides are receiving and transmitting RTP. Googling, I saw that an app_rtppage, which was in the SVN for a while and its not there anymore. It did, I think, only partly what I need (it sent from SIP to the mcast ... not the other way around), but it was a start. Any idea how to do this? I also could use
2013 Dec 18
1
Fwd: Bad \usage lines question
Dear colleagues, In checking a function I am adding to an R package, I get the following warning pair: ... Bad \usage lines found in documentation object 'nominal': "\\method{print}{nominal}"(x, max.print = 10, posthoc = "std.pearson.residuals.sign", assoc = ifelse("univariate" list(c("N", "alpha.X2",