search for: subselect

Displaying 20 results from an estimated 55 matches for "subselect".

2004 Jan 30
1
a problem loading package 'subselect'
Hi, I downloaded the subselect package from CRAN and installed it in the system wide R library path. During installation the package compiled the fortran sources with no errors. However, when loading the library gives me an error: > library(subselect) Error in dyn.load(x, as.logical(local), as.logical(now)) : unabl...
2007 Jan 05
1
help for memory problem with 64-bit machines
Hello, I would appreciate *any* ideas on this problem. I'm the maintainer of a package ("subselect"), which on CRAN's Daily Package Checks is OK on all flavours of R, except r-devel Linux x86_64, where there is a "memory not mapped" segfault with the very first example that is tried out (output below). Additionally, a user with an AMD64 machine has just reported a similar...
2004 Aug 31
1
subselect install problem
Trying to install subselect v0.8 on Redhat 7.3 and R 1.8.1 fails (below). Any help is greatly appreciated. Xiao-Jun * Installing *source* package 'subselect' ... ** libs f2c < anneal.f > anneal.c anneal: Error on line 263: Declaration error for fica: adjustable dimension on non-argument Error on line 263:...
2006 Jun 12
0
New version of Subselect package
Version 0.9-99 of package "subselect" is now on CRAN. The subselect package has functions that search for k-variable subsets of a p-variable (p>k) data set that are optimal under some criterion. Search algorithms include a full search algorithm "leaps", based on Furnival and Wilson's leaps and bounds algorithm,...
2006 Jun 12
0
New version of Subselect package
Version 0.9-99 of package "subselect" is now on CRAN. The subselect package has functions that search for k-variable subsets of a p-variable (p>k) data set that are optimal under some criterion. Search algorithms include a full search algorithm "leaps", based on Furnival and Wilson's leaps and bounds algorithm,...
2004 Mar 11
0
Subselect package - Version 0.7.1
A new version (0.7.1) of package 'subselect' has been uploaded to CRAN. Package 'subselect' provides functions which assess the quality of variable subsets as surrogates for a full data set, in an exploratory data analysis, and search for subsets which are optimal under various criteria. As of version 0.7 a new function 'l...
2004 Mar 11
0
Subselect package - Version 0.7.1
A new version (0.7.1) of package 'subselect' has been uploaded to CRAN. Package 'subselect' provides functions which assess the quality of variable subsets as surrogates for a full data set, in an exploratory data analysis, and search for subsets which are optimal under various criteria. As of version 0.7 a new function 'l...
2006 May 10
1
subselect in a matrix
hello I confused one point in matrix constructed with cbind I want to subselect 6. column > 1000 what should the syntax be ? regards -- Ahmet Temiz Jeoloji M?h. Afet ??leri Genel M?d?rl??? Deprem Ara?t?rma Dairesi Tel: (312) 287 89 51 veya (312) 287 26 80/1547 Faks: (312) 287 89 51 E. Posta: temiz at deprem.gov.tr www.deprem.gov.tr Ahmet Temiz Geological Eng. General...
2017 Sep 09
1
list subselect by name ?
list subselect by name ? ------------------------- I have this 'list of two elements of named elements.' > list(letters=letters, LETTERS=LETTERS)[c("letters","LETTERS")] $letters [1] "a" "b" "c" "d" "e" "f" "g&quot...
2002 Apr 06
2
packages in OS X
...lve -- princurve lamix: Error on line 116: Declaration error for v: adjustable dimension on non-argument -- splancs /usr/bin/ld: multiple definitions of symbol _bounds_ -- wle mleaic: Error on line 229: Declaration error for work: adjustable dimension on non-argument -- subselect configure: error: R was configured without a FORTRAN compiler ERROR: configuration failed for package `subselect' The multiple defined symbols are a well known OS X problem. There are ad hoc fixes using linker flags, but the best way to fix this is to use extern in the source code (although...
2006 Apr 05
1
''Implicit'' subselection of data in find?
Hi, I''ve read about this technique on the great Intraweb but can''t find it any more- hopefully someone can help or point me to a reference! I''d hate to reinvent the wheel if I can avoid it (and rediscover all the gotchas that someone has already found). I''m writing a rails app that I''d like to use to service a number of different websites out of
2012 Jul 27
1
Eleaps in package subselect crashes when using include arguement
I'm using eleaps to build a forward selection algorithm iteratively, but the program unexpectedly crashes. In fact, it completely closes my session in RStudio. The first 39 steps work fine, but on the 40th step, it unexpectedly stops with no errors. I've isolated the error to the code snippit below. There are 39 predictors, and I'm searching for the 40th best. I've passed in a
2005 Aug 11
3
sub set selection
hi all is there a package that undertakes subset selection but BASED ON AIC or any other information criteria. i've seen the "subselect" and the "leaps" package but i have not played around with them yet. thanx
2010 Dec 20
4
Subselection by URL
Hey guys, I''m quite new in RoR, so please excuse me when I may ask weird questions. I am working on a database frontend. The layout looks mostly like a has_many bs b has_many cs c has_many ds and so on. Now I want to do some selection. Maybe I want to see all ds belonging to a specific b. I would like to do it like: http://my.host/bs/1/ds When I click around there (add new ds, show a d
2005 Jul 26
6
eager associations and limit/offset
Hi, currently the eager association loading via ":include" does not work when a has-many or habtm association is combined with offset/limit (which is required for paginations). This is because in these cases, the result set will contain more than one row per object, but limit/offset works on row numbers. I''ve developed a patch that makes this work by using 2 SQL statements
2002 Sep 30
3
R installation on Linux
Dear, I'm new to both Linux and R. I've to build R from source code and typed in the R-1.5.1 directory ./configure the configuration starts but after a few lines the following error occurs: checking for C compiler default output... configure: error: C compiler cannot create executables what should i do? Kind Regards, Steffen Durinck
2005 Mar 02
2
subset selection for logistic regression
R-packages leaps and subselect implement various methods of selecting best or good subsets of predictor variables for linear regression models, but they do not seem to be applicable to logistic regression models. Does anyone know of software for finding good subsets of predictor variables for linear regression models? Thanks...
2010 May 12
1
ranges and contiguity checking
...efined for '[', these methods do hyperslab selection, however, currently I am limiting slab selection to contiguous blocks, i.e., things defined like: i:(i+k). I don't do any contiguity checking at this point, I just grab the max and min of the range and them potentially do an in-memory subselection which is what I am definitely trying to avoid. Besides using deparse, I can't see anyway to figure out that these things (i:(i+k) and c(i, i+1, ..., i+k)) are different. I have always liked how 1:10 was a valid expression in R (as opposed to python where it is not by itself.), however I'...
2010 Mar 26
2
tapply syntax
...s. For e.g., if I only was interested in variation type 2,3, my output would look like this. A, 2 B, 0 C, 1 D, 2 E, 1 F, 0. I am trying to figure out how to use tapply to do this. It would be something like tapply (Variation Type, Patient, ??? ) I am not sure about the function syntax of ??? to subselect only 2,3, and have been looking at the r-help. Sorry! Essentially, I am trying to avoid awkward loops in this whole process. Thanks very much for your advice! Min-Han [[alternative HTML version deleted]]
2006 Jun 28
4
Load IDs For Limited Eager Loading
Hi Trying to cut down on queries with eager loading and noticed the following in development.log Load IDs For Limited Eager Loading - SELECT id ....etc Followed by Load Including Associations - SELECT table.id ... etc Is this common practice? What is limted eager loading? Cheers Mark -- Posted via http://www.ruby-forum.com/.