Displaying 20 results from an estimated 48 matches for "scrd".
Did you mean:
scr
2011 Jan 05
1
Comparing fitting models
Dear all,
I have 3 models (from simple to complex) and I want to compare them in order to
see if they fit equally well or not.
From the R prompt I am not able to see where I can get this information.
Let´s do an example:
fit1<- lm(response ~ stimulus + condition + stimulus:condition, data=scrd)
#EQUIVALE A lm(response ~ stimulus*condition, data=scrd)
fit2<- lm(response ~ stimulus + condition, data=scrd)
fit3<- lm(response ~ condition, data=scrd)
> anova(fit2, fit1) #compare models
Analysis of Variance Table
Model 1: response ~ stimulus + condition
Model 2: response ~...
2011 Jan 07
2
anova vs aov commands for anova with repeated measures
...nderstand a thing in the beheaviour of the two functions aov and
anova in the following case
involving an analysis of ANOVA with repeated measures:
If I use the folowing command I don´t get any problem:
>aov1 = aov(response ~ stimulus*condition + Error(subject/(stimulus*condition)),
>data=scrd)
> summary(aov1)
Instead if I try to fit the same model for the regression I get an error:
> fit1<- lm(response ~ stimulus*condition + Error(subject/(stimulus*condition)),
>data=scrd)
>
Error in eval(expr, envir, enclos) : could not find function "Error"
so I cannot run...
2011 Jan 08
1
Anova with repeated measures for unbalanced design
...to analyze an unbalanced table with Anova with repeated measures.
For unbalanced table I mean that the questions are not answered all by the same
number of subjects.
For a balanced case I would use the command
aov1 = aov(response ~ stimulus*condition + Error(subject/(stimulus*condition)),
data=scrd)
Does the same code still work for unbalanced design?
Can anyone provide a R example of code in order to get the same analysis?
Thanks in advance for any suggestion.
Best regards
[[alternative HTML version deleted]]
2011 Jan 09
2
Post hoc analysis for ANOVA with repeated measures
...ample please?
For example, the aov result of my analysis says that there is a statistical
difference between stimuli (there are 7 different stimuli).
...I would like to know which stimuli are involved.
> aov1 = aov(response ~ stimulus*condition + Error(subject/(stimulus*condition)),
>data=scrd)
> summary(aov1)
Error: subject
Df Sum Sq Mean Sq F value Pr(>F)
Residuals 14 227.57 16.255
Error: subject:stimulus
Df Sum Sq Mean Sq F value Pr(>F)
stimulus 6 11.695 1.94921 2.3009 0.04179 *
Residuals 84 71.162 0.84717
---
Sign...
2004 Aug 19
1
Inband announcement of parking slot from app _parkandannounce?
Couldn't see the forrest for all the fascinating tree-like applications that
are out there:
For future reference, see:
http://www.voip-info.org/wiki-Asterisk+call+parking
:-)
-----Original Message-----
From: Kris Boutilier [mailto:Kris.Boutilier@scrd.bc.ca]
Sent: August 11, 2004 1:10 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Inband announcement of parking slot from
app_parkandannounce?
I'm trying to use Asterisk app_parkandannouce to build a global parking
pool from within a couple of Norstar PBXes.
{clip}
So, t...
2011 Jan 05
2
Problem with 2-ways ANOVA interactions
...nteractions of 2 ways ANOVA work,
because I get conflicting results
from a t-test and an anova. For most of you my problem is very simple I am sure.
I need an help with an example, looking at one table I am analyzing. The table
is in attachment
and can be imported in R by means of this command:
scrd<-
read.table('/Users/luca/Documents/Analisi_passi/Codice_R/Statistics_results_bump_hole_Audio_Haptic/tables_for_R/table_realism_wood.txt',
header=TRUE, colClasse=c('numeric','factor','factor','numeric'))
This table is the result of a simple experiment...
2012 Aug 03
0
MANOVA with repeated measures in R
...r strategies?
For example, looking at the following .csv table which can be downloaded here:
https://dl.dropbox.com/u/3288659/Results_data_listening_Test_Grouped.csv
I create the subset for emotion Sad, and then I try to perform the MANOVA with
repeated measures on it:
Sad <- subset(scrd, Emotion == "Sad")
model.emotions<-lm(cbind(Sad,Tender,Neutral,Happy,Aggressive) ~ Trial_type,data=scrd)
idata<-data.frame(scrd$Trial_number)
aov.emotions<-anova(model.emotions,idata=idata, idesign=~ Trial_type, type="III")
Unfortunately I get the following erro...
2011 Jan 05
3
Assumptions for ANOVA: the right way to check the normality
Dear all,
I would like to know which is the right way to check the normality assumption
for performing ANOVA. How do you check normality for the following example?
I did an experiment where people had to evaluate on a 7 point scale, the degree
of realism of some stimuli presented in 2 conditions.
The problem is that if I check normality with the Shapiro test I get that the
data are not
2011 May 21
0
Problem with ANOVA repeated measures: "Error() model is singular"
...ditions (EXP1 and EXP2).
What I am interested in is to know if there are significant differences between
the evaluations of the males and the females.
This is the command I used to perform the ANOVA with repeated measures:
aov1 = aov(response ~ stimulus*sex + Error(subject/(stimulus*sex)), data=scrd)
summary(aov1)
I get the following error:
> aov1 = aov(response ~ stimulus*sex + Error(subject/(stimulus*sex)), data=scrd)
Warning message:
In aov(response ~ stimulus * sex + Error(subject/(stimulus * sex)), :
Error() model is singular
> summary(aov1)
Error: subje...
2004 Sep 07
3
Maximum tollerable lag/jitter for IAX2 w/o jitterbuffer enabled?
I'm having a problem with intersite calls over IAX2 being abruptly
terminated. Nothing odd shows in any of the logs for Asterisk or the host.
The only think I can think it might be is a lag-spike on the site to site
connection.
How sensitive is IAX2 to lost frames, lag spikes or large variations in
jitter with the GSM codec and:
bandwidth=low
jitterbuffer=no
trunkfreq=100 ; Raised from
2004 Sep 09
4
IAX2 dropping call?
Hello all,
I updated from CVS 3 days ago and now my IAX2 gateway is dropping
calls without warning.
It happens right in the middle of a conversation with no pattern. I
never had this
Problem before and am usually talking 2-3 hours a day.
Is their a bug? Should I rollback?
Cheers,
Paul Seniuk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Paul
2004 Sep 16
2
No Caller Name sent from Asterisk over National or DMS100 PRI to a Norstar MICS?
...plicit, PRI Spare: 0, Preferred
Dchan: 0
< ChanSel: Reserved
< Ext: 1 Coding: 0 Number Specified Channel Type:
3
< Ext: 1 Channel: 23 ]
< [28 0b b1 53 43 52 44 20 4b 72 69 73 42]
< Display (len=11) Charset: 31 [ SCRD KrisB ]
< [6c 0c 21 80 36 30 34 38 38 35 36 38 30 38]
< Calling Number (len=14) [ Ext: 0 TON: National Number (2) NPI:
ISDN/Telephony Numbering Plan (E.164/E.163) (1)
< Presentation: Presentation permitted, user
number not screened (0) '6048856808' ]
<...
2011 Jan 04
1
t-test or ANOVA...who wins? Help please!
...nterval:
-2.29198603 -0.09849016
sample estimates:
mean of x mean of y
3.733333 4.928571
Now we have a significative difference between these two stimuli (p-value =
0.03381)
2) Now I put the results of the ANOVA (2 ways):
fit1<- lm(response ~ stimulus + condition + stimulus:condition, data=scrd)
#model with interaction
> summary(fit1)
Call:
lm(formula = response ~ stimulus + condition + stimulus:condition,
data = scrd)
Residuals:
Min 1Q Median 3Q Max
-3.7500 -0.7333 0.1429 1.0714 3.3571
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 3.25000 0.43598 7.455 5.47e-12...
2004 May 28
0
Problem with digits blending on inbound puls ed digits?
...ed) far too much information about digit
signalling can be gleaned from:
http://ftp.tiaonline.org/tr-41/tr4138/Public/2004-02-Vancouver/TR41.3.8-04-0
2-002-L-(word)PN-3-4350.230RV3-Draft02-NetworkSignaling%20,DMcKinnon,AST.doc
-----Original Message-----
From: Kris Boutilier [mailto:Kris.Boutilier@scrd.bc.ca]
Sent: May 28, 2004 2:50 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Problem with digits blending on inbound pulsed
digits?
I have a situation where I am receiving DID calls using Immediate Start
Pulse signalling on a Loop Start trunk. The line terminates on a Newbridge...
2004 Aug 31
1
Why is it called 'Comedian Mail?
Inquiring (management) minds want to know. I'm assuming it's because 'it's
funny how simple it really is to write a really decent voicemail system'?
Kris Boutilier
Information Systems Coordinator
Sunshine Coast Regional District
2005 Aug 11
1
PRI dropped calls w/ asterisk dropped betweenpstn & norstar
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Gary Reuter
> Sent: Thursday, August 11, 2005 12:59 PM
> To: asterisk-users@lists.digium.com
> Subject: Re: [Asterisk-Users] PRI dropped calls w/ asterisk dropped
> betweenpstn & norstar
>
>
> I poured over my logs most of
2005 Mar 22
1
Is there a way to get inserted into an LEC's CLIDB?
> -----Original Message-----
> From: Robert Goodyear [mailto:me@jrob.net]
> Sent: Tuesday, March 22, 2005 1:21 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [Asterisk-Users] Is there a way to get inserted into an LEC's
> CLIDB?
>
>
> Does anyone know if there's a service out there to -- for a fee --
> inject our DID into the
2004 Sep 07
2
Maximum tollerable lag/jitter for IAX2 w/o j itterbuffer enabled?
Unfortunatly no on both counts.
The arrangement right now has:
PSTN Trunks & Stations <-> Nortel Norstar#1 <-CT1-> Asterisk#1 <-IAX2->
Asterisk#2 <-CT1-> Nortel Nortstar#2 <-> Stations
The Asterisk boxes provide Voicemail to their sites Norstars and intersite
calls over IAX. Local Voicemail works flawlessly at each site but there have
been reports of PSTN calls
2005 Oct 11
6
PRI echo issues: solvable?
Hello,
After solving the other "low hanging fruit" audio issues in our Asterisk
PBX, we are left with occasional cases of severe echo which we have not
found a solution for yet.
Our system:
- Asterisk 1.2.0-beta1
- TE110P on a PRI
- TDM04 and TDM40, but these are unrelated to current echo issues
- Fedora core 3
- Echo canceller KB1
Most calls have minimal, acceptable echo levels. But
2004 Aug 19
6
How to run different codecs between the same endpoints on an IAX trunk?
Or perhaps how to configure and refer to two parallel IAX trunks with
different codecs?
I have a situation where I'm using G.729A as my IAX trunking codec. Now I
need to push some short duration, low bitrate modem traffic over the link (a
credit card terminal). Obviously the modem audio isn't going to survive the
G.729 codec process intact, so for the times the device is used I'd like