similar to: Help for Linear Discriminant Analysis

Displaying 20 results from an estimated 200 matches similar to: "Help for Linear Discriminant Analysis"

2006 Jan 11
3
Datetimes differences
I want to obtain datetime differences in mins in an other column, in front of my datetimes. I have tried this : T1 <- c("12/31/03 23:49","1/1/04 1:14","1/1/04 0:02") T2 <- c("1/1/04 0:58","1/1/04 1:16","") toto <- data.frame(T1,T2) toto y <- strptime(T1,"%m/%d/%y %H:%M") x <- strptime(T2,"%m/%d/%y
2003 Jul 09
7
Asterisk basic how-to on O'Reilly's site
This was published on O'Reilly's site last week, but they didn't tell me until now. :) The article is pretty minimal, because I had a limited number of words to work with, so many features are not implemented. However, it's a good start. http://www.onlamp.com/pub/a/onlamp/2003/07/03/asterisk.html I had a few people review it beforehand, but I'd also welcome changes or
2006 Jan 16
1
Problems of data processing
I have two problems for the data processing of my large data base (50000 rows). For example, a sample is as follows Num <- c(1,2,3,4,4,4,5,5) Date <- c("1/1/04 0:48","1/1/04 1:52", "1/1/04 1:55", "1/1/04 2:14", "1/1/04 3:09", "1/1/04 8:02", "1/1/04 9:05", "1/1/04 9:06") Place <-
2006 Feb 20
2
glmmPQL model selection
Hi, I’m sorry, I know that it is a recurrent question but I have not been able to find the response in the Rhelp archives. I think my data require the use of the glmmPQL function but I do not know how to make the model selection. Since the AIC and log-likelihood are apparently meaningless, how can we select the parameters for a model and compare the models to find which one fits best the data?
2005 Mar 09
0
Illegal filenames produced by rename
Greetings. I have a Windows share mounted via Samba. I recently tried to rename some files; the destination filenames had some high-bit characters. The renaming had some completely unexpected consequences; the new filenames now contain the full pathname (including backslashes), plus other illegal characters (colons). The files can no longer be accessed or modified, either from the remote
2006 Jan 25
1
How to use rfm.test ? (Package MarkedPointProcess)
I would like to compute the MC test (rfm.test) available in the package MarkedPointProcess (for the data BITOEK for example) in order to test the dependence between the marks and their locations. Why the syntax of rfm.test is false here? I have the message : ****************************** ML WARNING! Forbidden values! -- if there are too many warnings try narrower lower and upper bounds for the
2012 Jan 12
2
defmacro installation issue
Hi everybody, I want to use macro in my R code. But defmacro was not in my libraries. So I installed it : > install.packages("gtools") Installing package(s) into ?C:/Program Files/R/R-2.13.2/library? (as ?lib? is unspecified) essai de l'URL 'http://cran.cict.fr/bin/windows/contrib/2.13/gtools_2.6.2.zip' Content type 'application/zip' length 102500 bytes (100 Kb)
2010 Jul 14
2
ver 2.11.1 from xterm on Mac without lme4
Hi, I just installed version 2.11.1 on my Mac OS X 10.5.2. When I try running R from my xterm, I get the following error: Error in loadNamespace(name) : there is no package called 'lme4' Fatal error: unable to restore saved data in .RData I am returned to the terminal prompt and can not run R. I can open this version of R from the R console and tried installing the lme4 source
2008 Jun 26
4
Problems when installing RODBC in debian etch
Hello: I am tried to install the RODBC package in debian etch. At the end of the installation it appears errors: ********************************************** * Installing *source* package 'RODBC' ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no
2010 Mar 23
1
information module Wilks' lambda criterion
Hi everybody, I was wondering if you can help me about a module. In fact, I'm looking for a package or module about Wilks' lambda criterion in R environment. I didn't find it in R website ( http://cran.cict.fr/web/packages/index.html#available-packages-W or http://search.cpan.org/faq.html). If this module exists, could you show me the command line. Thank you very much for your help,
2011 Jan 27
1
install.packages
Hi, I need to install "lmtest package".I have tried to several times to install packages however I could not. Can anyone help? Best regards install.packages () --- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://cran.cict.fr/bin/windows/contrib/2.12 Warning: unable to access index for repository
2003 Mar 03
1
Re: [Asterisk] phones being autoanswered?
Matteo Brancaleoni wrote: >Hi. > >I'm experiencing a strange issue with *. >I have a dev kit, aka a T100P + a zhone cb. > >Sometimes, on certains phones (on the fxo ports >of the cb) , when the phone rings, * detect >it as answered after the first ring, even >if no one is at the phone! > >The result is that on the other party (which >called the phone) hears
2003 Apr 03
2
false ringback
Is it possible to give a false ringbakc on asterisk ? -- Michael Bielicki Managing Director TAAN Consultants Ltd http://www.global-gateway.net/ -------------------------------------------------------------------------- This correspondence is for the named person's use only. It may contain confidential or legally privileged information or both. No confidentiality or privilege is waived or
2012 Sep 28
1
French Toulouse CRAN mirror always down
Hi! One of the three French CRAN mirrors, cran.cict.fr (Toulouse) seems to be down most of the time, and at least really not reliable. It has currently been down for 28 days (!) [1], and I know that over two years I've rarely been able to use it (no response, slow, hangs...). I'm sure the maintainers of this mirror mean well, but the result is really negative for French R users. This
2007 Jul 25
1
Upgrading to R 2.5.1 on Ubuntu Feisty 64
Hi there, A new thread was started on the R list about problems to upgrade R to version 2.5.1 and we were re-directed on this list. We are two with exactly the same problem and the same distribution (Ubuntu Feisty 64). We are unable to upgrade to R 2.5.1. The r-base-core package is version 2.4.1 in Ubuntu repositories while all others r-cran related packages are upgraded to R 2.5.1
2006 May 03
2
Nested model and variance partitioning
Dear R users, I face to a nested pattern and despite the numerous examples in the help I am still confused. I sampled bugs in different habitats within sites which were within rivers themselves within different regions. The habitat correspond to different substrata (not systematically present in all sites). For rivers and sites, I have environemental variables (e.g. altitude and slope of
2005 Feb 12
2
comparing predicted sequence A'(t) to observed sequence A(t)
Hi, I have a question that I have not been succesful in finding a definitive answer to; and I was hoping someone here could give me some pointers to the right place in the literature. A. We have 4 sets of data, A(t), B(t), C(t), and D(t). Each of these consists of a series of counts obtained in sequential time-intervals: so for example, A(t) would be something like: Count A(t): 25,
2007 Jun 27
2
Meta-Analysis of proportions
Dear colleagues, I'm conducting a meta-analysis of studies evaluating adherence of HIV-positive drug users into AIDS treatment, therefore I'm looking for some advice and syntax suggestion for running the meta-regression using proportions, not the usual OR/RR frequently used on RCT studies. Have already searched already several handbooks, R-manuals, mailing lists, professors, but... not
2009 Mar 02
4
portable R editor
Hi, I have been dreaming about a complete R environment on my USB stick for a long time. Now I finally want to realize it but what I am missing is a good, portable editor for R which has tabs and syntax highlighting, can execute code, has bookmarks and a little project file management facility pretty much like Tinn-R has those. I like Tinn-R but it seems like there is only a very old version of
2006 Mar 14
2
Date problem
Hello, I have some "stupid" problems managing "date" data. I have a colomn "date", which I converted from a character representation: for example: a="26/02/06" date=strptime(a,format="%d/%m/%y") For one part of the analysis, I'm interested only in the month and the year, so I did: m.y=strftime(date,format="%m/%y") This returns me