similar to: difficulties computing a simple anova

Displaying 20 results from an estimated 110 matches similar to: "difficulties computing a simple anova"

2012 Jan 27
2
to_json performance
Originally posted on github, reported to the right place. I would like to open a discussion about how `to_json` and `as_json` operates in Rails from a performance standpoint. I''m using Rails 3.2 but this issue applies to almost all versions of Rails. Our use case presents the challenge in sending out potentially large JSON (or XML, but we''ll focus on JSON rendering here)
2009 Oct 21
4
random numbers between 0 and 1
Hi, To generate random numbers between 0 and 1, do you use rnorm followed by dnrom? for ex, for 10 variables a = rnorm(10) > a [1] -0.87640764 -0.95842391 -1.33434559 -0.63844932 -1.69829393 0.80010865 [7] -0.01026882 -0.23887516 2.29912600 -1.38352143 > dnorm(a) [1] 0.27171985 0.25202507 0.16378878 0.32538464 0.09432211 0.28966637 [7] 0.39892125 0.38772103 0.02838403 0.15320103
2008 Feb 21
1
anova power calculations
I sent a message a couple days ago about doing calculations for power of the ANOVA. Several people got back to me very quickly which I really appreciated. I'm working now on a similar problem, but instead of a balanced ANOVA, I have an unbalanced one. The first part of the question was: You assume that the within-population standard deviations all equal 9. You set the Type 1 error rate at รก
2004 Feb 23
1
Hide unreadable, strange problem
The "hide unreadable = yes" option gives strange results with samba 3.x. Everything works fine when the server runs as a domain controller. Users see the directories they are supposed to (unix group permission) in the share. Turning off domain control and setting "security = DOMAIN", however, hides every directory in the share unless you are an admin user. I can cd to the
2004 Aug 13
2
XP SP2 client doesn't find netbios alias servers
After upgrading XP to SP2, I can no longer connect to server aliases. The client reports an error 53, "The network path was not found", when doing "net use * \\prof\profile. Mapping to a share on the real netbios name works fine. Anyone else seen this? Setup: samba-3.0.6.rc2 smb.conf [global] netbios aliases = PROF include = /etc/samba/smb.%L smb.prof [profile] path =
2010 Sep 02
0
NCS - Cablemodem
Hi all, I am configuring asterisk in a cable modem network, using a motorola TM401A. I can make calls from the MTA but I can receive, display the following error: -- Executing [1500 at alberti:1] Dial("OSS/dsp", "MGCP/aaln/1 at 0-13-11-82-bd-a.ssw.intercal.net|30") in new stack [Sep 2 00:10:53] NOTICE[28062]: chan_mgcp.c:3572 mgcp_request: Asked to get a channel of
2014 Jan 30
1
Parking in Asterisk 12.0.0
Hi I'm trying to get the rebuilt parking functionality to work in Asterisk 12.0.0. In Asterisk 11.6.0 I managed to get a call to get parked by adding a dynamic feature in features.conf for the DMTF sequence *# which called a macro in extensions.conf, which then runned the ParkAndAnnounce application, and the call got parked. The syntax for ParkAndAnnounce I used was this (I don't
2014 Jul 08
2
[Bug 2254] New: Better error message for globs that have too many results.
https://bugzilla.mindrot.org/show_bug.cgi?id=2254 Bug ID: 2254 Summary: Better error message for globs that have too many results. Product: Portable OpenSSH Version: 6.6p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sftp
2007 Jan 21
2
efficient code. how to reduce running time?
Hi, I am new to R. and even though I've made my code to run and do what it needs to . It is taking forever and I can't use it like this. I was wondering if you could help me find ways to fix the code to run faster. Here are my codes.. the data set is a bunch of 0s and 1s in a data.frame. What I am doing is this. I pick a column and make up a new column Y with values associated with that
2008 Mar 10
4
Wine is hiding "explorer folder boxes" content.
Hi everyone ! Please have a look below : [Image: http://designed2.free.fr/forums/winescreen.png ] This box should show my personal folders, currently obviously don't display right now [Shocked] I think I have others things like these, some texts I can't see in some particular windows (emule.exe for example: texts in connection log won't show up). I'm certainly missing something in
2005 Jul 18
9
So you all think VoIP sypply is warm and fuzzy
Here is a letter I sent them for my $150 paper weight. Dear Voipsupply, As a small service provider, using you company for the first time, I'm very disappointed that you have removed the configuration CD that should have been shipped with the Mediatrix 2102 just to get a few more bucks. I have contacted mediatrix and they have informed me that the CD's is shipped in every 2102. If I
2018 Mar 07
2
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
------------------------------------------------------------------------------------------------ CALL FOR PAPERS 15th International Conference on Managed Languages & Runtimes (ManLang'18) September 10-14, 2018, Linz, Austria http://ssw.jku.at/manlang18/ ------------------------------------------------------------------------------------------------ ManLang (formerly PPPJ) is a
2018 Mar 12
0
Call for Papers: ManLang 2018 (Sept. 10-14, Linz, Austria)
Dear Person That Posted This Email, Please be aware that calls for papers are only on-topic for this email list if they are specifically about LLVM. For example, a call for a workshop on LLVM in Scientific Computing would be on topic whereas a general compiler call for papers (like the one below) is not. That said, I hope you receive many strong submissions. Your conference looks
2005 Jul 31
1
binding asterisk-h323 on two interfaces
Hello all, I just installed chan_h323 by Jeremy (nufone) with asterisk-head. well, I have some questions if someone please briefly answer. 1 - can we configure h323 to work in g729 pass-thru mode, like we do in SIP. becaz I had to installed g729+intel libraries to work with g729. where as we don't need to install g729 to work in pass-thru mode. 2 - now most important question is
2010 Sep 12
1
username mismatch with 1.6.2.11
Hello, everything goes well on asterisk 1.4.30, but with asterisk 1.6.2.11 I get the following : [Sep 12 18:59:29] WARNING[2066]: chan_sip.c:12738 check_auth: username mismatch, have <329909006666>, digest has <3291119600> [Sep 12 18:59:29] NOTICE[2066]: chan_sip.c:20082 handle_request_invite: Failed to authenticate device "0473990000" <sip:0473990000 at
2010 Jun 03
1
plot polar coordinates
Hi, I'd like to plot in in polar coordinates a line which is given as a vector of lengths and angles. library("plotrix")
2009 Jul 11
0
[LLVMdev] ANTLR?
When you create a parser via ANTLR you specify the output language of the resulting recursive descent parser, at the moment there exists no C++ output template to my knowledge, thus you would have to generate the parser as C code for which a template exists. The runtime support should be there, at least partially but it won't use things like exceptions, nor will it have a very modular design
2009 Jul 11
2
[LLVMdev] ANTLR?
That sounds like a problem. Just so I understand, do you mean there isn't the run-time support etc. to write back ends for the C++ language, or that the compiler IR is also somehow insufficient to write a code generator? --Vikram Associate Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/~vadve On Jul 11, 2009, at 3:00 PM, Granville Barnett
2010 Nov 17
1
lme weights glht
Dear R-user I used lme to fit a linear mixed model inlcuding weights=varPower(). Additionally I wanted to use glht to calculate Tukey-Kramer multiple comparision. error: > glht(modelF, linfct=mcp(Species="Tukey")) Error in glht.matrix(model = list(modelStruct = list(reStruct = list(SubPlot = -0.305856275920955, : ?ncol(linfct)? is not equal to ?length(coef(model))? >
2010 Apr 17
1
Frequency table
Hello, I'm trying to make a table like windfreq.dat in the rose diagram example of the climatol package. It looks like: N NNE NE ENE E ESE SE SSE S SSW SW WSW W WNW NW NNW 0-3 59 48 75 90 71 15 10 11 14 20 22 22 24 15 19 33 3-6 3 6 29 42 11 3 4 3 9 50 67 28