search for: comparissons

Displaying 9 results from an estimated 9 matches for "comparissons".

Did you mean: comparisons
2014 Jul 29
0
Post hoc comparissons
Hi Folks, I have been using the TukeyHSD to conduct post hoc comparisons. The challenge is I have two interacting factors, one of which has 6 levels (cover types), and the other 2 (study areas). As a result interpreting the post hoc comparisons is difficult when you get a list of every possible combination (66 of them). In grad school I was using SAS and I recall most of the post hoc tests
2004 Sep 16
3
newbie needs help using R as solver
Greetings I'm a total newbie in R and I'm trying to make a comparisson of Excel and R in the fields of: - optimisation modeling (using solver) - decision trees - simulation modeling as described in Winston, Wayne L.: Practical Management Science. for optimisation modeling in Excel I would normaly use solver. In R however I can't seem to be able to find the solution. I've
2006 May 22
13
Canceling a specific effect
Is there a way to cancel a specific effect? For instance; Effects are added to the queue. Before actually processing the effect, I''d like to check a condition & cancel the effect if necessary. Here''s the code excerpt: var menu = { toggleText: function(element,toggle) { var vis = $(element+''Text'').visible(); if (toggle && !vis)
2009 Feb 05
1
Chi-squared test adjusted for multiple comparisons? Harbe's test?
..., comparing differents pairs with Man- Whitney (wilcoxon function in R) with a bonferroni correction for multiple comparisons. But as the data are in the percentaje form, I know I need to analize them with either a chi squared or a g-test, but I have no idea if I can do such a test with many comparissons or how to do it in R, as well I have seen a paper in which they do something similar and they are using a Harber's chi squared test. Does anybody know how to do that in R? Thank you very much for your help, and thanks to the jim and chuck for answering my previous statistical question...
2006 Mar 14
1
Windows Mobile 5.0 SDK - SPEEX
Hello I've looked into SPEEX SDK and source codes provided on site www.speex.org , and I'm trying to include in my Visual Studio 2005 - Visual C++ SmartDevice WM 5.0 the facilities provided by SPEEX (both encoding/decoding).I've downloaded the header files (i.e. Speex.h Speex_bits.h etc) and also the libspeex.lib.After creating my encoding/decoding functions following the
2023 Jan 05
1
R 'arima' discrepancies
Rob J Hyndman gives great explanation here (https://robjhyndman.com/hyndsight/estimation/) for reasons why results from R's arima may differ from other softwares. @iacobus, to cite one, 'Major discrepancies between R and Stata for ARIMA' (https://stackoverflow.com/questions/22443395/major-discrepancies-between-r-and-stata-for-arima), assign the, sometimes, big diferences from R
2006 Mar 14
0
Windows Mobile 5.0 SDK - SPEEX
Che face? :) I suspect you should build your own .lib file - not use the pre-existing one. ________________________________ From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Alex Lupoian Sent: Tuesday, March 14, 2006 10:34 AM To: speex-dev@xiph.org Subject: [Speex-dev] Windows Mobile 5.0 SDK - SPEEX Hello I've looked into SPEEX SDK and source codes
2008 Apr 04
3
Dovecot and stale nfs-locks hanging processes
Greetings dovecot mailing list. I have implemented a relatively big dovecot setup (250k users) and overall I am very pleased with dovecot functionality and performance. Setup description: * dovecot 1.0.x * FreeBSD 6.3 * Postfix (using dovecot deliver as LDA). * OpenLdap backend * Storage is NFS (Clariion EMC NFSd for Maildir, and FreeBSD NFSd for Indexes). * Locking is fcntl using
2005 Mar 03
12
bug in postgresql ''now'' time handling??
line 212 of postgresql_adapter.rb is return Time.now.to_s if value =~ /^\(''now''::text\)::(date|timestamp)/ i don''t think this will work. in postgresql the field ''now'' is pinned to the SAME TIME for the duration of a transaction. eg. if you do begin transaction; insert into t values(42, ''now''); # sleep one minute