search for: archetypal

Displaying 20 results from an estimated 22 matches for "archetypal".

2007 Oct 25
5
A new JavaScript Framework based on Prototype and Scriptaculous : Archetype
After several months of development, we are proud to announce you the first public release of Archetype JavaScript Framework (License MIT, version 0.1)! Archetype is a JavaScript framework. It''s not a simple toolkit, but a real framework which affects the way you code in JavaScript. Made on top of excellent libraries as Prototype and Scriptaculous, it aims to ease development of real
2000 Jan 28
0
Archetypal Analysis in R
Is a library available for R that includes algorithms for something called "archetypal analysis," a method similar to principal components analysis that is designed to find "archetypes" or "pure types" from multidimensional data. I have contacted one of the authors who has written about archetypal analysis but thought I'd check here also. Thanks. Loren...
2000 Feb 02
0
Summary: Archetypal Analysis in R
I previously asked a question about performing archetypal analyis in R. In addition to the responses I received from r-help, the author sent me some S code to peform the analysis. With the author's permission, I ported the S code to R using two excellent sets of instructions: (1) From the FAQ - 5.5 How can I create an R package? (2) Thomas Lumley'...
2007 Jun 11
1
A Question about "R"
Hi Sir/Madam, I'm a researcher in university of Guelph, Canada and now considering using R to do some data analysis. I'm wondering whether there is a library available in R that includes algorithms for "archetypal analysis"? This is a method quite similar to principal components analysis that is designed to find "archetypes" or "pure types" from multidimensional data. Any help from you is greatly appreciated. Thanks Juan
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
Moin, I wrote a small backup script that use rsync: r5backup (http://sourceforge.net/projects/r5backup/). It backup dozen of unix machines for many people. But when I try to backup /var/lib/zope2.9 I get an error 11. It does not matter if zope is running or not. I can't see an error meassge in the (verbose) logfile: [client] parse_filter_file(/etc/r5backup/profiles/boulder.exclude,0,3)
2009 Mar 10
0
[SoC09-Idea] cranlab.
Hi everybody, just another Google Summer of Code project idea. Best, Manuel. ---------------------------------------------------------------------- cranlab -- "You can't control what you can't measure" [0] Mentor: Manuel J. A. Eugster Summary: The aim of this project is the (1) implementation of software metrics to analyze R packages and (2) the creation of a CRAN
2006 Dec 19
1
Seeking ERD/Schema resources
Hi all. I''ve been working diligently through several of the popular tomes on RoR: - AWDWR - Beginning RoR E-Commerce - The Money Train (Benjamin Curtis) I''ve learned lots, however these books cover selling one type of product (i.e. a book). One thing is eluding me: I''m trying to develop a schema for a music store that offers products with options (i.e. Filetype, Length)
2011 Apr 15
1
[LLVMdev] Patch to correct typos on LLVM source code
Hi, I've made the attached patch that fixes several typos on the LLVM source code, they were found and fixed by the codespell tool (which was announced at http://www.politreco.com/2011/04/announce-codespell-1-0/ ). The majority of the typos were in comments and a few of them were in debug messages. I've also made another patch to the clang source base, it was sent to the cfe-dev mailing
1998 Apr 10
0
"create mode = 0770" creates directories that are drwxr-xr-x
I've tried adding in a umask = 006 in the general section of the smb.conf file, but no matter what i do, the permissions come out the same every time a user creates a directory (from their NT machines). -- Claire Johnson Unix god in training Studio Archetype cjohnson@studioarchetype.com
1998 Apr 12
0
SAMBA digest 1652
On Sun, 12 Apr 1998 samba@samba.anu.edu.au wrote: add this to the share: directory mask = 0770 > > Date: Fri, 10 Apr 1998 13:14:54 -0700 > From: Claire Johnson <cjohnson@studioarchetype.com> > To: samba@anu.edu.au > Subject: "create mode = 0770" creates directories that are drwxr-xr-x > Message-ID: <199804102014.NAA06684@JC.StudioArchetype.COM> >
2013 Apr 03
2
Ask help
Hello! I am eager to learn if I only have a data about the relationship between otu and sample, could I use the function capscale, and final make a point plot that x-axis is CAP1 and y-axis is CAP2? Besides, what function could I use to make the different rarefaction curve with different color in the a plot in R? Appreciate very much.
2005 Jun 19
2
Extracting Ogg metadata from File-like python objects
Dear Ogg-dev list; I'm having some difficulty with the python libraries for extracting comment/header info out of Ogg files... Would somebody more experienced than me offer some advice? I'm working on expanding a Python/Zope product for dealing with MP3 files so that it can also handle a spectrum of other file-formats including Ogg-Vorbis. Initially we will be storing all of our media
2002 Jun 25
1
configure for R 1.5.x on Solaris (fwd)
Dear All, No-one seemed to know about this on r-help, so I'm trying here.... I'm having problems at the configure stage when trying to build R on Solaris 5.8. configure finds everything it needs but when it runs config.status to make all the Makefiles and headers, I get a huge slew of errors like this: config.status: creating src/extra/zlib/Makefile sed: -e expression #1, char 329:
2009 Feb 28
1
lme4 and Variable level detection
I am making a little GUI for lme4, and I was wondering if there is a function that automatically detects on which level every variable exists. Furtheremore I got kind of confused about what a random effects model actually calculates. I have some experience with commercial software packages for multilevel analysis, like HLM6, and I was surprised that lme4 does not require the user to specify the
2018 Jan 24
1
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
On Wed, Jan 24, 2018 at 11:47 PM, Benjamin Kramer <benny.kra at gmail.com> wrote: > That's an unintentional change. However, the reason for this change > was to make optional of trivially copyable types trivially copyable, > adding a user-provided move ctor would break that again :( > > I'm leaning towards making the non-trivial version of llvm::Optional > more
2010 Aug 22
2
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week New packages ------------ * DCGL (1.0) Bao-Hong Liu http://crantastic.org/packages/DCGL Functions for basic differential coexpression analyses: gene filtering, link filtering, DCG (Differentially-Coexpressed Gene) identification and DCL (Differentially-Coexpressed Links) identification.Two algorithms,named DCP and DCe, are provided for
2010 Aug 25
1
Documenting S4 Methods
I'm in the process of converting some S3 methods to S4 methods. I have this function : setGeneric("enrichmentCalc", function(rs, organism, seqLen, ...){standardGeneric("enrichmentCalc")}) setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs, organism, seqLen, ...) { ... ... ... })
2010 Sep 09
5
Highlighting a few bars in a barplot
Hello, I have a bar plot where I am already using colour to distinguish one set of samples from another. I would also like to highlight a few of these bars as ones that should be looked at in detail. I was thinking of using hatching, but I can't work out how or if you can have a background colour and hatching which is different between bars. Any suggestions on how I should do this? Thanks
2010 Jun 20
6
Popularity of R, SAS, SPSS, Stata...
Hi All, I've been fiddling around with various ways to estimate the popularity of R, SAS, SPSS, Stata, JMP, Minitab, Statistica, Systat, BMDP, S-PLUS, R-PLUS and Revolution R. It's not an easy task. You can see what I've come up with so far at http://r4stats.com/popularity . I'm sure people will have plenty of ideas on how to improve this, so please let me know what you think.
2018 Jan 24
0
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
That's an unintentional change. However, the reason for this change was to make optional of trivially copyable types trivially copyable, adding a user-provided move ctor would break that again :( I'm leaning towards making the non-trivial version of llvm::Optional more like std::optional. In the long term std::optional is going to replace llvm::Optional. How bad would that be for your use