search for: ft1

Displaying 5 results from an estimated 5 matches for "ft1".

Did you mean: f1
2013 Mar 05
0
Patch for format.ftable()
...4. format.ftable() fails to format ftable()s correctly which have no row.vars or no col.vars. That should work with the patch (the example code below also runs correctly for all the (new) 'method's). Cheers, Marius --8<---------------cut here---------------start------------->8--- (ft1 <- ftable(Titanic, col.vars = 1:4)) (ft2 <- ftable(Titanic, row.vars = 1)) (ft3 <- ftable(Titanic, row.vars = 1:2)) (ft4 <- ftable(Titanic, row.vars = 1:3)) (ft5 <- ftable(Titanic, row.vars = 1:4)) ## former version (R-devel 62124) stats:::format.ftable(ft1) # fails stats:::format.f...
2013 Nov 05
2
multi
....003632559 0.2190629 [2,] -2.090772847 0.2190629 [[2]]             [,1]       [,2] [1,] 0.004278991 0.04337005 [2,] 0.190723602 0.04337005 [[3]]            [,1]        [,2] [1,] 0.01237827 -0.01544811 [2,] 0.06452200 -0.01544811 g<-c(1,2,3) function(g,hessianList){    for(i in 1:3){          ft1<-g[2]*hessianList[[2]]          ft2<-sum(ft1)          ft2    } } can u please help me find out what is the problem with this code i want to multiply matrix 1-3 by a vector g and sum the result. thanks [[alternative HTML version deleted]]
2004 Jul 12
1
asterisk T1 question
I currently have a Fractional T1 coming into my site which runs into an adtran device which splits out 10 channels for data in the form of an ethernet interface and 14 analog lines for voice. The ethernet goes directly to a pix firewall. How would I split out the T1 so that it sends a T1 to the asterisk server and still provides the ethernet to the pix. can I use a splitter and use the
2006 Jun 02
1
sangoma cards in linux
Hi There, we only have a /29 internet routable network from our ISP and a Cisco 1601 router with serial interface doing all the routing. I was thinking of replacing that cisco with a linux box with a sangoma card, also using quagga with ospf on for my internel networks has anyone have expierence with this? thanks Sew
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...String.sub filename 0 (len-1) - else - filename in - (filename, ft, pkg) - ) files in +let main () = + Random.self_init (); - (* Sort and combine duplicate files. *) - let files = - let files = List.sort compare files in - - let combine (name1, ft1, pkg1) (name2, ft2, pkg2) = - (* Rules for combining files. *) - if ft1.ft_config || ft2.ft_config then ( - (* It's a fairly frequent bug in Fedora for two packages to - * incorrectly list the same config file. Allow this, provided - * the size of both files is 0; or one is a ghost...