similar to: Robust ANOVA functions in R?

Displaying 20 results from an estimated 1000 matches similar to: "Robust ANOVA functions in R?"

2009 Nov 02
2
Robust ANOVA or alternative test?
Dear Colleagues,   I am running a three-way mixed-design ANOVA, with one manipulated IV, a group membership IV, and pre-/post- within subject factor. I am interested in the three-way interaction effect. The regular ANVOA is problematic, because (a) the sample sizes are very unbalanced, due to the group IV, (b) the homogeneity of variance is violated, and (c) the homogeneity of covariance is also
2012 Feb 09
1
Package ICSNP
I want to install package ICSNP but I got the following message. An instructor of my class even colud not figure out what's going on. Does anybody know about this error? > install.packages("ICSNP") --- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.4 Warning in
2012 Jun 03
3
Modify pdf file with Illustrator.
Dear list, Some times I want to modify the pdf file which produced by R with illustrator. But when I use Illustrator open the pdf file, it often makes the pdf some little changed. Anyone have some suggestions? Is it better to use other file type, not pdf? Or when I produced the pdf, I should set some other parameters? Thank you
2020 Jul 19
2
Instrument intrinsic invalid
Hi, I try to use llvm-dis to disassemble the result after opt, my pass will add a intrinsic after the load instruction, like following: bool fpscan::ldAddMetadata (Instruction *Inst, StringRef c) { std::vector<Metadata *> dataTuples; // Add metadata in list dataTuples.push_back(MDString::get(Inst->getContext(), c)); MDNode* N = MDNode::get(Inst->getContext(),
2008 Mar 16
1
stats/debugging question hotelling t-sq
Hi I spent hours looking over my formula. Somehow I cant find the reason why it gives me different answer. help appreciated. x = as.matrix(read.table("http://www.niehs.nih.gov/research/atniehs/core/microarrays/docs/heinloth.txt",1)) x = t(x) #now rows are subjects, cols are genes x = x[order(rownames(x)),] #order by treatment group oxygen, ultra-violet, gamma radiation y =
2005 Nov 02
0
connecting to windows server 2003 with samba 3.0.9
I have a Windows server 2003 Domain controller with a share called DC02Data. I can connect to this share successfully from several RedHat boxes, running samba 2.2.7. However, on several other RedHat machines, running samba 3.0.9 I cannot connect properly. In fact, I actually seem able to establish a mount successfully, but cannot then view the files, as shown below: [root@ixapp01 mnt]#
2014 Mar 20
0
ASReml-R Course - Chicago APRIL 24/25
Dear Sirs I would like to make you aware of the following training taking place in Chicago next month. Analysis of experiments using ASReml-R, Chicago, 24/25th April This workshop is aimed at scientist/practitioners that are interested in analyzing complex datasets by fitting linear mixed models, particularly users with experience in breeding programs and design and analysis of experiments.
2015 Jan 20
2
Problem with Cisco Phones
Possibly slightly off topic, has anyone ever had Cisco 79xx Series phones come up with "cannot complete conference" errors when trying to conference two calls together? This message may be private and confidential. If you have received this message in error, please notify us and remove it from your system. Gyron may monitor email traffic data and the content of email for the purposes
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 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
2010 Dec 21
1
Shared Folders via Symlinking
Hi folks, I'm trying to set up shared folders via symlinking and have come across a problem. I created a folder for one user, then symlinked it to another. I figured that one thing that is likely to happen at some point is that user 2 is going to decide they don't want to look at that folder any more, and will delete it, so I tried this. Much to my relief, it didn't delete the actual
2015 Jan 23
3
Polycom SoundStation 6000 Dropping Registration
Hello, I'm having a problem with a few Polycom SoundStation 6000s. Everything works fine, but they drop registration to asterisk after about maybe 30 minutes - the phone does not re-try to register and if you try to dial out on the phone it says "URI Dialing is Disabled" Has anyone else had this issue? I'm running asterisk 11.7.0. This message may be private and confidential.
2015 Jan 22
1
Problem with Cisco Phones
> Apparently this is a known problem past v8 firmware: > http://kaa.kiev.ua/blog/asterisk-and-cisco-7945g-after-sip-firmware-update- > version-9/ I've done some more playing about and what I've noticed is that even when using TCP SIP on the 8.x Firmware conferencing doesn?t work - making it use UDP fixes this. So has anyone managed to get the 9.x firmware working with UDP?
2015 Mar 11
2
Caller ID Names
Are the phones exposed to the internet (even using NAT)? If so there is a good chance these calls are not coming through your PBX but are coming in direct from someone, usually scammers. Polycom has a config option to disable accepting calls from unknown devices. No idea if Cisco has something similar. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at
2015 Mar 10
2
Caller ID Names
Hi, In my dialplan I have the following line. same => n,Set(CALLERID(name)=Support) I am expecting this to always set the caller id name to 'Support' - however, we are getting calls come in as "Anonymous" with the number as something like "unknown at unknown" We're using Cisco 7945 phones - I possibly wonder if they are displaying this rather than asterisk
2015 Jan 20
2
Problem with Cisco Phones
We were using G722 - I thought similarly and tried a call with alaw. Same problem occurred, any other ideas? > I'm willing to bet you are forcing the use of G729. 7940 and 7960 phones can > only do a single G729 channel, and if you require G729 for the second leg of a > conference, it will fail. This message may be private and confidential. If you have received this message in
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
2011 Apr 16
5
how to get the plot like this by R?
Dear R users, I see a graph (shown athttps://cid-c486ebef16722625.photos.live.com/self.aspx/%e6%88%91%e5%96%9c%e6%ac%a2%e7%9a%84%e8%8a%b1/untitled.bmp) in a published paper, which is very informative and clear. But I don't know what type the graph is. It looks like a sactter plot but has the points with the same y values are seperate.. I really aprreciate it if someone can tell
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