similar to: Yates analysis

Displaying 20 results from an estimated 600 matches similar to: "Yates analysis"

2000 Jun 23
1
install R-1.1.0 in Suse 6.0
Dear all: I tried to install R-1.1.0 im my Suse 6.0 linux box. My first step is: ./configure -with-f2c after i do > make command and i have the following error message: ############# error message make[5]: `Makedeps' is up to date. make[5]: Leaving directory `/root/R-1.1.0/src/unix/X11' make[5]: Entering directory `/root/R-1.1.0/src/unix/X11' gcc -I. -I../../../src/include
1999 Aug 05
1
pairwise scatterplot matrix
Dear Friends: I like so much to work with R program. Congratulations for your work. I need R for work with multivariate data. My question is: With the pairs(X) command my output is a pairwise scatterplot symmetric matrix. Like: | X1 |X1 vs X2|X1 vs X3|X1 vs X4| |X2 vs X1| X2 |X2 vs X3|X2 vs X4| |X3 vs X1|X3 vs X2| X3 |X3 vs X4| |X4 vs X1|X4 vs X2|X4 vs X3| X4 | It is
2005 Oct 30
4
Yates' correction for continuity in chisq.test (PR#8265)
Full_Name: foo ba baz Version: R2.2.0 OS: Mac OS X (10.4) Submission from: (NULL) (219.66.32.183) chisq.test(matrix(c(9,10,9,11),2,2)) Chi-square value must be 0, and, P value must be 0 R does over correction when | a d - b c | < n / 2 &#65292;chi-sq must be 0
1999 Aug 03
1
legend in coplot output
Dear friends: It's possible make a legend in the coplot output? My data are: "dados"<-structure (list ( Qu1 = c(1,2,3,4,5,6,7,8,3,2), Qu2 = c(3,4,5,6,7,8,9,9,6,3), Ku1 = structure (factor ( c(1,1,1,1,2,1,2,2,1,1),levels=1:2),.Label=c("Kmin","Kmax")), Ph1 = structure (factor (
2003 Apr 26
4
array to data.frame
Hi, How i can convert a array in to data.frame structure? For example, vinteesete<-array(c(1,0,6,4,22,29,11,7,6,2,8,7,21,25,5,6,1,0,11,6,14,24,13,10,2,2,15,13,14,17,9,8,1,2,16,9,14,23,9,6,6,2,17,13,10,20,7,5), dim=c(2,4,6), dimnames=list(grupo=c("I","II"), opiniao=c("Ma","Regular","Boa","MBoa",),
2015 Sep 25
2
Asterisk => Mediant 1000 (AudioCodes) => PSTN (E1)
Does anyone have any information for me? Welinghton. Citando Welinghton Magno Guimaraes <welinghton.guimaraes at ufvjm.edu.br>: > Hello! > ? > I am setting up an Asterisk server with a Mediant 1000 (Audiocodes) > to make external links. Does anyone have any manual or instructions on > how to proceed? > ? > Asterisk ?=>? Mediant 1000 (AudioCodes) ?=>?
2005 Dec 20
2
2 x 2 chisq.test (PR#8415)
Full_Name: nobody Version: 2.2.0 OS: any Submission from: (NULL) (219.66.34.183) 2 x 2 table, such as > x [,1] [,2] [1,] 10 12 [2,] 11 13 > chisq.test(x) Pearson's Chi-squared test with Yates' continuity correction data: x X-squared = 0.0732, df = 1, p-value = 0.7868 but, X-squared = 0.0732 is over corrected. when abs(a*d-b*c) <= sum(a,b,c,d), chisq.value
2010 Apr 04
4
Quality vs. Bitrate vs. Complexity
Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> writes: > Quality and bit-rate are different ways of specifying exactly the same > thing. Complexity is orthogonal. That clears it up - thanks. Is this in the manual? --Randy > > Jean-Marc > > On 2010-04-03 08:28, Randy Yates wrote: >> Jean-Marc: I know you're seeing these - how about a response? >>
2010 Apr 03
2
Quality vs. Bitrate vs. Complexity
Jean-Marc: I know you're seeing these - how about a response? --Randy Randy Yates <yates at ieee.org> writes: > If I understand these terms correctly, you cannot specify simultaneously > all three, e.g., high quality, low bitrate, and low complexity. > > It seems that specifying any two implies the third. For example, > specifying a high quality and low bitrate will
2010 Apr 03
2
Default bitrate
Randy Yates <yates at ieee.org> writes: > The speexenc.c example has a "--bitrate n" command line option, but I > can't find in the Speex Codec manual where the default bitrate is > defined. > > What is the default bitrate for 16 kHz mono? Also here are a few other bitrate-related questions: 1. Does average bitrate mode ==> variable bitrate mode? 2.
2010 Mar 29
2
Speex on TI DSP 5505
Saju Palayur <saju_pa at hotmail.com> writes: > Hi > > > > We have ported the Narrow band 8 Khz Speex encoder and decoder on to TI DSP 5505 > > > > To compress 20ms of 16 bit audio sampled at 8Khz it takes 4.2ms. > > Is there any optimizations I can do to make it run faster. The first thing to do would be to profile the code (I assume you're using
2010 Mar 30
2
Speex on TI DSP 5505
Saju Palayur <saju_pa at hotmail.com> writes: > Hi > > > > When we run the profiler these 3 functions take more than 8500 cycles. > > > > split_cb_search_shape_sign_N1() 22782 > pitch_search_3tap() 19208 > lpc_to_lsp() 16007 > > So can I configure these in a different way so it takes less cycles. I am not familiar with the code, so I can't
2010 Apr 13
2
Encoding Speex Into a SWF Version 10 Sound Stream
Adobe's "SWF File Format Specification, Version 10" supposedly allows a speex-encoded stream to be wrapped in a .swf file as a sound stream, however, I have been unable to find an example of such a file anywhere. Can someone please point me to such an example file? Note that I prefer speex encoded as a sound stream and NOT a sound event in order to reduce latency on playback at the
2010 Apr 10
2
running speex on c5505 usb sticki
Hi Randy, Thanks for reply. I have one question though. While compiling the speex (downloaded from http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz), I gave ./configure -enable-ti-c55x option and then built the library through make and make install using cygwin. In this case, I get this error "error: member "bits.o" of archive
2018 Mar 27
1
Debian 9 + Samba 4.5 + Winbind 4.5 = Can't authenticate user for shared folder
I joined my Debian 9 server into a Active Directory Structure as a domain member. Not as a DC. Then when I try to share a folder on this server and the client PC can't correctly authenticate and use the folder. It keeps saying "Access Denied" on Windows client PC. There is no error in log files (/var/log/samba/). If I allow anonymous users, it works fine. I used to use the same
2016 May 14
2
4.4.3 on CentOS 6: no guest login
On Fri, 13 May 2016, Rowland penny wrote: > Might be a stupid question, but have you started Samba? > On 13/05/16 13:34, Tom Yates wrote: >> >> [root at frodo etc]# smbclient -L localhost -Ugeoff >> Enter geoff's password: >> Domain=[ADTEST] OS=[Windows 6.1] Server=[Samba 4.4.3] >> >> Sharename Type Comment >>
2010 Apr 04
2
Quality vs. Bitrate vs. Complexity
Jean-Marc Valin <jean-marc.valin at usherbrooke.ca> writes: > On 2010-04-03 22:52, Randy Yates wrote: >> Jean-Marc Valin<jean-marc.valin at usherbrooke.ca> writes: >> >>> Quality and bit-rate are different ways of specifying exactly the same >>> thing. Complexity is orthogonal. >> >> That clears it up - thanks. Is this in the manual? >
2017 Sep 18
6
help matching rows of a data frame
This question likely has a 1 line answer, I'm just not seeing it. (2, 3, or 10 lines is fine too.) For a vector I can do group <- match(x, unqiue(x)) to get a vector that labels each element of x. What is an equivalent if x is a data frame? The result does not have to be fast: the data set will have < 100 elements. Since this is inside the survival package, and that package is on
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
On 30 April 2010 11:43, Sherief N. Farouk <sherief at mganin.com> wrote: >>> I'm a software engineer. I'm terribly uncomfortable with C. > > Aaaaahahahahahahahaha Please be civil, guys. Different engineers have different skill levels, so what. If someone asks for some help with the reference implementation the least we can do is point them in a useful direction. If
2011 Nov 29
1
Read TXT file with variable separation
Hi! I have to import some TXT files into R, but the separation between the columns are made with different blank spaces, but each file use the same separation. Example: 31 104 5 0 11RUA SAO SEBASTIAO 25 BAIRRO FILETO 01