search for: sorenson

Displaying 20 results from an estimated 57 matches for "sorenson".

Did you mean: sorensen
2007 Aug 14
0
Comparing long species lists via Sorenson’s dissimilarity
I have 4 very large species lists and I would like to compare them. I have the following results from running Sorenson’s dissimilarity tests: Norfolk Fens compared to Suffolk Coastal Fens: QS=0.583961142689298 Norfolk Fens compared to Breckland Edge Fens: QS=0.714896020281379 Norfolk Fens compared to Other Fens: QS=0.78572348898302 Suffolk Co...
2005 Jan 31
4
aggregating dates
I have a frame which contains 3 columns: "date" "defectnum" "state" And I want to get the most recent state change for a given defect number. date is POSIXct. I have tried: aggregate(ev$date, by=list(ev$defectnum), max) Which appears to be working except that the dates seem to come back as integers (presumably the internal representation of POSIXct). When I
2003 Nov 13
5
xlims of barplot
I would like to create a family of barplots with the same xlimits. Is there a way to "read" the xlimits from the first graph so I can apply it to the subsequent ones? I have tried just taking the min and max of the x data and the plot doesn't show. cheers [[alternative HTML version deleted]]
2005 Jan 19
5
easing out of Excel
I know enough about R to be dangerous and our marketing people have asked me to "automate" some reporting. Data comes from an SQL source and graphs and various summaries are currently created manually in Excel. The raw information is invoicing records and the reporting is basically summaries by customer, region, product line etc. With function such as aggregate(), hist() and pareto()
2010 Oct 18
3
File size comparisons
Hi all, I just did a brief test with 3 different codec combinations: 1) ffmpeg sorenson/flv, mp3 audio in flv container 2) ffmpeg h264/vorbis audio/matroska 3) ogg/theora/vorbis using encoder_example Here are the results: 10721201 2010-10-16 14:46 origem1.flv 20731108 2010-09-13 23:04 origem1.mkv 33101703 2010-10-03 11:24 origem1.ogv as you can see, flv wins hands down, and it does...
2003 Aug 12
2
SQL Dates
How can I have SQL queries (ODBB/Windows) return dates (cf text) for date columns? I can successfully query and ODBC database with R. I can subsequently convert the text representations of dates in columns using as.POSIXxx functions but I figured there must be a way to achieve this at the time of the query. Any tips? paul
2003 Oct 30
1
legend over-prints barplot bar
When I create a bar plot, the legend is obscuring the rightmost bar. I haven't found a setting that appears to affect the positioning of the legend - any tips re moving the legend would be most appreciated. paul sorenson
2005 Nov 30
3
calculating IRR (accounting) in R
I am trying to replace a spreadsheet model of a project justification with an R script. I can't seem to track down R functions to calculate Internal Rate of Return and NPV? Am I missing something? NPV doesn't seem so difficult to calculate (at least for a regular series) but I am struggling to identify how to solve for IRR in R. It would be sufficient if it worked for a regular
2006 Jan 08
2
wicked wikis for R
>Message: 41 >Date: Sun, 08 Jan 2006 13:52:33 +1100 > From: paul sorenson <sourceforge@metrak.com> >Subject: Re: [R] Wikis etc. >To: Frank E Harrell Jr <f.harrell@vanderbilt.edu>, r-help > <r-help@stat.math.ethz.ch> >Message-ID: <43C07E71.3040303@metrak.com> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >Fran...
2004 Aug 06
2
QuickTime Streaming Server 4 streams MP3s
on 2/13/02 7:12 AM, Mark Lehrer at mark@knm.org wrote: > > I'd be more interested in information on a native client that can play > Quicktime(Sorenson) on Linux. Does one exist? > > I don't think it's a good idea to support closed standards like > QT, WMA, etc. > > Just my $.02 though, > Mark > > Actually, QTSS supports open source standards: http://www.apple.com/quicktime/products/qtss/ brian -- "Foll...
2011 Mar 02
4
networkinterface type proposal
...I figured I would float it by the list. Obviously it''s a complicated beast but this would be great functionality to have in puppet. I''ll update https://projects.puppetlabs.com/issues/3153 with the results of the discussion here and maybe we can get some traction on it. - Eric Sorenson - N37 17.255 W121 55.738 - http://twitter.com/ahpook - ### basic examples networkinterface { "eth0": ensure => enabled, bootproto => dhcp, # required for DHCP/BOOTP, optional for static hwaddr => "00:aa:bb:cc:dd:ee" } networkinterface { "eth0&qu...
2006 Jan 08
8
I need untyped associations
I am in the process of trying to migrate to ROR from a home grown ORM, but one stumbling block is ActiveRecord''s typed associations and object ID assignment scheme. In the home grown system, I have a master table which *all* objects are packed into and a master associative table which holds *all* associations. This allows each object, regardless of type, to have a unique ID and thus it
2006 Sep 13
5
Re: strange mtime/md5sum behaviour and constantly changing files with links
On Sep 8, 2006, at 5:58 AM, Thorsten Sandfuchs wrote: > hio, > as I have some huge files to distribute and md5-sum-checking takes > SOME time > for them, I''m trying to switch to mtime/timestamps, but got no > luck. Regularly > the mtime seems to change and additionally the md5sums generate > themselves > anyway. I''m pretty sure that the file
2004 Aug 06
4
QuickTime Streaming Server 4 streams MP3s
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Somewhat OT, but it looks like a new player has entered the streaming MP3 server arena. http://www.apple.com/quicktime/products/qtss/ QTSS v4 was announced at the QuickTime Live conference today. Amongst its other features, it can now stream MP3s to any Internet-capable MP3 listener program. Source is available at
2012 Aug 30
2
Announce: Puppet-3.0.0-rc5 Available
...arker (2) b53e600 (#16137) Tilde expansion should only occur for normal users 43590bd (Maint) Remove trailing whitespace Curtis Ruck (1) c0ff98d (#16137) Ensure HOME is set before attempting ~ expansion Genadi Samokovarov (1) 224d380 Move singleton require to puppet/util/storage.rb Eric Sorenson (1) 605e34d (#15739) Bump report_version since #10064 change its format Rahul (1) d834e76 (#6143) ensure that destroy works for zpools -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-use...
2014 Nov 23
2
deprecated function question
Greets all, Is there a list of functions that have been removed from flac? I am trying to compile xmcd, which is admittedly pretty old code, and it's not finding: FLAC__stream_encoder_set_write_callback FLAC__stream_encoder_set_seek_callback FLAC__stream_encoder_set_client_data FLAC__stream_encoder_init grepping through the flac headers these aren't there so I'm assuming they've
2006 Jul 14
1
Cluster Analysis with flexible beta linkage method
Hi all, I am trying to run a cluster analysis using Sorenson (Bray-Curtis) distance measure with flexible beta linkage method. However, I can't seem to find flexible beta in any of the functions/packages I have looked at. Any help would be appreciated. [[alternative HTML version deleted]]
2006 Oct 04
2
integers to POSIXct
What is the recommended way to convert/coerce and integer to a POSIXct please? d <- as.POSIXct(Sys.Date()) i <- as.integer(d) as.POSIXct(i) Error in as.POSIXct.default(i) : do not know how to convert 'i' to class "POSIXlt" This appears to be the behaviour in 2.3.1 and 2.4.0 on windows XP. I have tried searching on this and found as.Date.integer in package zoo which
2012 Oct 15
0
Puppet 3.0.0 bugs fixed in 3.0.1
...e error message was misleading and it was actually a non-existant header that caused the message. For full list of bugs fixed in 3.0.1, check out: http://projects.puppetlabs.com/versions/328 If you tried out 3.0.0 and had to roll back due to one of these bugs please give it another go. Eric Sorenson - eric.sorenson@puppetlabs.com #puppet irc: eric0 [1] https://groups.google.com/d/topic/puppet-users/Jrr5v-Fj-88/discussion [2] http://projects.puppetlabs.com/issues/15717 [3] http://projects.puppetlabs.com/issues/16698 [4] http://projects.puppetlabs.com/issues/16769 -- You received this message...
2010 Dec 15
3
having trouble with puppet 0.25.5 on openbsd 4.8 on amd64
My manifest includes this snippet class app_client_openbsd { $app_client_pkgs_obsd = [ ''glib2-2.24.1p2'', ''gtar-1.23p1'' ] package { "${app_client_pkgs_obsd}": ensure => ''installed'', source => "http://${installserver}/openbsd/${operatingsystemrelease}/packages/${hardwaremodel}/${name}.tgz", } This