similar to: (no subject)

Displaying 20 results from an estimated 100 matches similar to: "(no subject)"

2007 Jun 28
2
aov and lme differ with interaction in oats example of MASS?
Dear R-Community! The example "oats" in MASS (2nd edition, 10.3, p.309) is calculated for aov and lme without interaction term and the results are the same. But I have problems to reproduce the example aov with interaction in MASS (10.2, p.301) with lme. Here the script: library(MASS) library(nlme) options(contrasts = c("contr.treatment", "contr.poly")) # aov: Y ~
2004 Aug 12
0
Re: R-help Digest, Vol 18, Issue 12
The message for aov1 was "Estimated effects <may> be unbalanced". The effects are not unbalanced. The design is 'orthogonal'. The problem is that there are not enough degrees of freedom to estimate all those error terms. If you change the model to: aov1 <- aov(RT~fact1*fact2*fact3+Error(sub/(fact1+fact2+fact3)),data=myData) or to aov2 <-
2010 Jul 16
0
Effects library LSM decimal place errors
G'day, I'm?calculating LSM for the following model, and am finding that R and SAS give different answers. Whilst the error is at the second or third decimal, the percentage error can be quite large. I'm using the effects library (Version: 2.0-10) on R?2.11.1 in the following manner: options(contrasts=c("contr.helmert","contr.poly"))
2003 Sep 30
0
lme vs. aov
Hi, I have a question about using "lme" and "aov" for the following dataset. If I understand correctly, using "aov" with Error term in the formula is equivalent to using "lme" with default settings, i.e. both assume compound symmetry correlation structure. And I have found that equivalency in the past. However, with the follwing dataset, I got different
2003 Oct 02
0
lme vs. aov with Error term
Hi, I have a question about using "lme" and "aov" for the following dataset. If I understand correctly, using "aov" with an Error term in the formula is equivalent to using "lme" with default settings, i.e. both assume compound symmetry correlation structure. And I have found that equivalency in the past. However, with the follwing dataset, I got different
2003 Oct 01
0
lme vs. aov with Error term again
Hi all, Sent the following question yesterday, but haven't got any suggestions yet. So just trying again, can anyone comment on the problem that I have? Thank you! ------------- Hi, I have a question about using "lme" and "aov" for the following dataset. If I understand correctly, using "aov" with an Error term in the formula is equivalent to using
2003 Oct 02
0
RE: [S] lme vs. aov with Error term
Hi Bert, Thanks for the suggestions. I tried lme with different control parameters, and also tried using "ML", instaed of "REML", but still got the same answers. Yes, I hope some gurus on this list could give me some hints. Thanks --- "Gunter, Bert" <bert_gunter at merck.com> wrote: > But they are close. This is almost certainly a > numeric issue --
2004 Sep 02
1
Any UK PipeCall/PipeMedia users?
Has anyone out there used the PipeMedia/PipeCall PSTN gateway? Anything good/bad to say about it? I'm considering using them for a new customer. They seem to have good rates, good provisioning tools and (better still) give commission on usage to dealers. -- David Gurr Congruity Ltd. Fax: 0871 661 1756 Hemel Hempstead UK
2004 Aug 03
1
UK VoIP-PSTN gateway recommendations
I'm looking for recommendations for UK-based VoIP-PSTN gateways. They should ideally offer: - IAX connection - Multiple simultaneous calls on a single account - Lower call rates than BT Business - Auto-top up or invoicing in arrears I can find several that offer one of these facilities, but none that offer all. Thanks! -- David Gurr Congruity Ltd. Hemel Hempstead, UK
2004 Aug 27
2
FXO interfaces used in UK?
What FXO interface methods are folks using successfully in the UK? I'm looking for good, known-to-work solutions for commercial use for two PSTN trunks on an Asterisk box. Here's the options I have, as I see it: i) Two Digium X100Ps. Pro - cheap (c. ?120), CE approved. Con - UK line impedance mismatch, with resulting echo problems, plus needs two PCI slots. ii) Digium TDM400P with two
2004 Aug 09
2
Sound file quality
I'm building a phone-in demo system to use for introducing Asterisk to prospective clients. One of the things I'm wary of is their likely preconceptions that VoIP systems will have poor audio quality. As a result, I'd like to ensure that the voice prompts I'm using have the best possible audio quality. Is it possible to use sound files at higher than 8kHz sampling? My callers
2008 Aug 17
1
before-after control-impact analysis with R
Hello everybody, In am trying to analyse a BACI experiment and I really want to do it with R (which I find really exciting). So, before moving on I though it would be a good idea to repeat some known experiments which are quite similar to my own. I tried to reproduce 2 published examples but without much success. The first one in particular is a published dataset analysed with SAS by
2004 Aug 04
3
No incoming audio on incoming SIP calls
Now this is really frustrating. Everything was working fine, and now it isn't ... I don't think I've changed anything that would affect this, but I guess you never can be too sure. My setup is as follows: SIP softphone (SJphone) connected to Asterisk running my Linux NAT firewall box. This is all on the internal network. Asterisk then dialing out through various means - SIP to
2004 Jul 27
2
Using rxfax over SIP
I have no analog line interfaces on my asterisk system, but I do have two UK 0870 numbers routed to two separate VoIP accounts (one with FWD, one with gossiptel). Asterisk is configured to register with these accounts. I get voice calls through just fine this way. I thought I could get one of these 0870 numbers to route through to rxfax, thus allowing folks to fax me directly. I've set up
2000 Feb 29
0
se.contrasts.
Dear R users, Firstly, I would like to congratulate the R core team in bringing out R 1.0.0 and all who have helped in developing it. I have been having problems with using se.contrasts and would be pleased if someone help. I have been doing a repeated measures ANOVA using aov using a split plot design for a single variable, color. The aov results were as follows: > summary(aov(CD2~cont +
2004 Jul 27
0
How to allow softphone to dial thru with full SIP URI?
I'm using the SJphone softphone, and I've got a nice little SIP-only setup, using (amongst others) stanaphone, VOIPtalk and FWD. But I'd like to be able to use my SJphones to dial directly to folks who provide a SIP URI, eg: 100@calluk.com, without either having to switch profiles in SJphone (to direct SIP) or having to define calluk.com (in this example) as a destination in
2004 Aug 02
1
Selling asterisk-based solutions
I'm curious as to folks experiences in selling asterisk-based solutions. In sales-speak, what are the common "compelling reasons to buy"? I can think of the following potential ones, but I'm keen to find out what seems to work in practise: - Customer wants to cut cost of calls, implements * and signs up to a VoIP/PSTN gateway - Customer wants a new PBX but doesn't want to
2004 Aug 02
0
Stripping characters from SIP dial strings
I'm having problems in dialing numbers over SIP that include characters from the UK international phone number conventions. I have my contacts in Outlook, with the numbers represented as: +<countrycode> (<area code>) <numberpart> <numberpart> eg: +44 (20) 7834 1234 or: +1 (801) 555 1234 I'm using the SJphone softphone, doing my testing through the Stanaphone
2004 Aug 03
0
Can Zap detect line is already off-hook?
I have the need for a slightly odd * configuration for testing purposes. I have a working * setup with SIP softphones, VoIP trunks and a single X100P clone for PSTN access. The PSTN line I'm using for testing is also in use by other folks. For incoming calls, I'd like to set is up so that * functions as a voicemail backstop on this line. This much is working fine. For outgoing, I'd
2004 Aug 09
1
How do folks handle NAT routing?
I'm interested to hear how folks are handling NAT SIP routing issues "in the wild" for commercial use. Are you using a commerical SIP-aware NAT router solution? If so, what? Are you using a software SIP-proxy like SER or siproxd? If so, which? Do you set everything to "canreinvite=no" in sip.conf? Any comments about real-world implementations would be welcome. Thanks