Displaying 9 results from an estimated 9 matches for "ft2".
Did you mean:
f2
2013 Mar 05
0
Patch for format.ftable()
...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.ftable(ft2)
stats:::format.ftable(ft3)
stats:...
2013 Nov 05
2
multi
...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]]
2009 Oct 02
3
Tabulating using arbitrary numbers of factors
...ot;Bedevil" "20080514" "319"
# [4,] "Prairie Wolf" "20080514" "330"
But my attempts to make this into a function that handles arbitrary numbers
of factors as separate input arguments has failed. The closest I can get is:
ft2 <- function (...) { cbind( unique(cbind(...)),
table(...)[unique(cbind(...))] )
giving:
> ft2(horse,date)
horse date
[1,] 2 1 227
[2,] 9 1 364
[3,] 1 2 319
[4,] 9 2 330
[5,] 9 3 291
[6,] 12 3 249
[7,] 10 3 286
[8,]...
2006 Nov 07
3
wine install mac os x (x86)
Hello,
I have compiled and installed (almost) wine 0.9.24 within Mac OS X tiger 4.8
with X11 etc installed. The wine configure and compile steps complete
without a warning/hitch etc.
However, when I run wine <prog> I receive the following warning message --
Wine cannot find the FreeType font library. To enable Wine to
use True Type fonts please install a version of FreeType greater
2007 Jan 18
4
Reading contingency tables
I am trying to read an ftable using read.ftable, but I get the
following error message:
> jobSatTable <- read.ftable("http://definetti.uark.edu/~gpetris/stat5333/jobSatisfaction.dat",skip=2)
Error in seek(file, where = 0) : no applicable method for "seek"
In addition: Warning messages:
1: no non-missing arguments to max; returning -Inf
2: no non-missing arguments to
2002 Jan 01
4
RC3?
Just looked at http://slashdot.org/articles/02/01/01/0931212.shtml. Why
wasn´t this announced at this list?
Anyway, terrific work you developers!
/Andreas Karlsson
http://www.ft2.net
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Un...
2001 Nov 14
7
Multichannel files
...developing) any decoders for
multichannel oggs to, let us say, 4.1 or 5.1 surround? Wouldn´t it be nice
to have surround support in a winamp/xmms-plugin?
I guess the common way for decoders is to merage all channels into stereo
(right or left, perhaps both)?
Regards,
Andreas Karlsson
http://www.ft2.net
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages...
2001 Sep 28
2
MMX/3dNow! etc
...go.
Is the current ogg plug-ins using any mmx or 3dnow! instructions? Is there
any performance to gain?
I know that most of the mp3-decoders uses mmx/3dnow! to decode mp3streams
so in theory it would
be applyable to ogg to...?
Just a thought...
Regards,
Andreas Karlsson
hermes@home.se
http://www.ft2.net
<HR NOSHADE>
<UL>
<LI>application/pgp-signature attachment: stored
</UL>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/octet-stream
Size: 223 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vor...
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...g.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 file and the
- *...