similar to: Type IV sum of squares

Displaying 20 results from an estimated 2000 matches similar to: "Type IV sum of squares"

2015 Mar 16
4
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
In my initial configuration using the provisioning tool I did not set "interfaces" or "bind interfaces only" in the smb.conf, so when I populated the Bind9 DLZ file I ended up with several A records for my DC which were IP address which cannot be accessed by other hosts on the network. Deven On Mon, Mar 16, 2015 at 1:06 PM, Rowland Penny <rowlandpenny at googlemail.com>
2010 Sep 16
1
rep within an ifelse statment
I have come across simple problem in R and I was hoping someone out there could help me out. Here is the problem: I am trying to set up and rep statement with a conditional statement using ifelse. Here is simple example. > y=5 > o<-ifelse(y==5,rep(2,4),NA) > o > [1] 2 > > If I check my conditional > > > y==5 > > [1] TRUE > > And if
2004 Aug 06
2
More libshout questions (more info)
Okay, this is interesting.... The metadata functions work fine with icecast (2.0.0) but do not work at all with NullSoft's ShoutCast server. . . Is that not supported by libshout? Just curious... Deven Deven Phillips wrote: > Okay > > Nevermind the SEGFAULT, it was string pointers in my code. Sorry > for the inconvenience. Continuing with the issue though . . . . >
2004 Aug 06
2
More libshout questions
Mihai, Here's the full backtrace. (gdb) bt full #0 0x40292093 in strlen () from /lib/i686/libc.so.6 No symbol table info available. #1 0x40291dc5 in strdup () from /lib/i686/libc.so.6 No symbol table info available. #2 0x400aed79 in _shout_util_dict_set (dict=0x0, key=0x804b746 "song", val=0x0) at util.c:236 prev = (util_dict *) 0x80555b8 #3 0x400ad61b in
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Just wanted to say that everything is working fine, but I may have some suggestions for better documentation once I am done tweaking... Specifically, my server has docker and bridged networking so I ended up with my DNS being populated with some useless IP addresses. Other than that, everything seems to be hunky dorry! Thanks for the great tools!!! Deven
2004 Aug 06
2
Ices2 Script Playlist Handler
Okay then!! Why does the default conf file still say "Only 'basic' implemented"? It took me pouring over the code to figure out what the proper option names are for the script playlist settings. We should provide an example config. Here's mine. <p> <input> <module>playlist</module>
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Following the instructions here: https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO In that page there is a link to using Bind as your DNS server, which links to: https://wiki.samba.org/index.php/DNS_Backend_BIND On that page, it instructs you to populate the DNS server with the command: /usr/local/samba/sbin/samba_dnsupdate --verbose --all-names Without the "interfaces" and the
2004 Aug 06
3
Problems with libshout2
Hi, Let me know if this is the wrong place to post this, but I am having problems with cutouts in my streams using libshout2. I am taking audio files and re-encoding them at 32Kbs and then streaming them. Problem is that every 20 secs or so, the stream cuts out for about 5-10 secs and then continues. Any ideas as to why? Should I try using shout_send_raw? Thanks in advance!! Deven
2013 Jul 23
1
Xen networks running in Promiscuous modes
Can I ask you a quick question? I''ve set up bridge-networking for Xen 4.1 (xen-4.1.3-25.el5.22) and networking was being done properly for Dom0 and DomUs. However, I noticed that Dom0 receives a lot of network interrupts or network packets even when they were not actually meant for either Dom0 or DomU. Now, here are the questions: 1. Dom0 is acting in promiscuous mode, right? 2. If
2004 Aug 06
2
Params and handling
From reading through the code, I can understand that the parameters are read from the XML config file and stored in the void pointer "data", but if I am writing a new playlist module that needs additional parameters, how would I go about handling adding this to the code? I have a MySQL playlist module written, but I cannot seem to integrate the parameters such that the admin would
2004 Aug 06
2
Ices2 Script Playlist Handler
I am just curious as to if the Ices2 Script playlist option is even able to be tested as yet? I would love to have this option available, as it was (and will be again) an integral part of my web site. If there is anything I can do to help speed the development along, I would be more than happy to contribute. I had written a MySQL playlist handler for the original Ices, and I really love the
2004 Aug 06
2
More libshout questions ((even)more info)
On Monday 19 January 2004 23:04, Deven Phillips wrote: > Even more to consider... > > The metadata is working with WinAmp and RealPlayer. The concern I > have is that the 'url' metadata is being misinterpreted. My url has a > "-" in it, and that is getting mistranslated somewhere and > WinAmp/RealPlayer then see it as artist/title information. Not good.
2004 Aug 06
2
More libshout questions
Okay, I am using libshout to stream to a NullSoft Shoutcast server. I am using libmad and libmp3lame to do re-encoding on the fly. I am streaming to the server (currently) with shout_send_raw(). When I try to use shout_metadata_add(), I get a segfault in strdup(). Anyone have any ideas as to why? Everything else works fine, just not the metadata. Thanks In Advance, Deven --- >8 ----
2000 May 09
1
Type III Sums of Squares?
Hello, I'd like to propose an extension to the function summary.aov. In Splus (2000, I don't know about other versions), summary.aov allows a parameter ssType to be set to 1 or 3 (defaults to 1) to choose the type of Sums of Squares. I know I can get Type III SS in R with drop1(model), but including the functionality into summary.aov would, in my opinion, - yield a more usable table
2004 Aug 06
1
SQL Based playlist plugin
I know that there are capabilities to write plugins in PERL and Python, but I don't like either. I have written a playlist manager and randomizer, but I am having problems understanding how to integrate the proggy as a plugin into ices.. Can anyone point me a to a good reference? TIA, Deven --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2002 Dec 12
4
sum a list of vectors
In Mathematica there is a neat feature, where you can change the head of a list from "list" to say "+" and obtain a sum of the list elements. I can't find a way to sum a list of vectors of same length or list of matrices of the same dimension and was curious if something like that exists in R. do.call("+",list) doesn't work because "+" accepts only
2005 Apr 20
6
Anova - adjusted or sequential sums of squares?
Hi I am performing an analysis of variance with two factors, each with two levels. I have differing numbers of observations in each of the four combinations, but all four combinations *are* present (2 of the factor combinations have 3 observations, 1 has 4 and 1 has 5) I have used both anova(aov(...)) and anova(lm(...)) in R and it gave the same result - as expected. I then plugged this into
2012 Apr 25
1
Using apply() with a function involving ode()
Hello, I am trying to get the output from the numerical simulation of a system of ordinary differential equations for a range of values for three parameters. I am using the ode() function (deSolve package) to run the numerical simulation and apply() to run the simulation function for each set of parameter values. I am having trouble getting the apply() function to work. Here is an
2004 Aug 06
0
More libshout questions ((even)more info)
Even more to consider... The metadata is working with WinAmp and RealPlayer. The concern I have is that the 'url' metadata is being misinterpreted. My url has a "-" in it, and that is getting mistranslated somewhere and WinAmp/RealPlayer then see it as artist/title information. Not good. WinAmp is supposed to display the website defined by the URL. Something else
2003 Jan 21
1
Orders of terms in formulae
Hi, Given that R reports Type I sums of squares, isn't it a bit anachronistic that it re-orders terms in formulae? > d <- expand.grid(y=rnorm(8), + A=factor(c(1,2)), + B=factor(c(1,2)), + C=factor(c(1,2))) > summary(aov(y ~ A+B+A:B+C,data=d)) Df Sum Sq Mean Sq F value Pr(>F) A 1 8.294e-34 8.294e-34 1.027e-33 1