search for: minn

Displaying 20 results from an estimated 41 matches for "minn".

Did you mean: min
2012 Jul 23
2
Bug in my code (finding nonzero min)
...tive, i.e. buying the cheapest available stock puts me over budget. My problem is that my code is still allowing examples like the following budget of 10, portfolio cost 6, cheapest availabe stock 3 despite the diff variable being negative. Any ideas? y<-1-new.set[,6:26] remain<-y*data3[,5] minn<-matrix(0,nrow(remain),1) for(q in 1:nrow(remain)) { remainc<-remain[q,] minn[q,]<-min(remainc[which(remainc>0)]) } maxcost<-matrix(150,nrow(new.set),1) diff<-maxcost[,1]-new.set[,5]-minn[,1] new.set<-subset(new.set,diff<0) -- View this message in context: http://r....
2002 Mar 22
0
sequential t-test - replies
...vies Design and Analysis of Industrial Experiments). The function is neither elegant nor fast, but anyone is free to make use of it ... there being no guarantees or support with it, of course. cheers Bob Code follows ... function(delta = 1, alpha = 0.05, beta = 0.05, minn = 1, maxn = 20, bot = -10, top = 10) { # Create tables and graphs for Barnard's SPRT ("sequential t-test") # (a) uses expressions given in Wetherill & Glazebrook 'Sequential Methods in Statistics', p 60 # (b) succesfully reproduces table L in OL...
2005 Oct 11
1
R and SAS pointer/informat functionality
...capture: 7 char>etc. which looks something like: 02M1LOS...xxcanidae011289.....10001291412 In essence I am looking for functionality similar to the SAS pointer/informat method. I would appreciate any help anyone would be able to give! Thanks so much for your help. best, Ratnendra Sharma U Minn
2013 Jul 01
1
dotchart.R and left margin
...o in the code. In the lines below from dotchart.R, should nmai[4L] be nmai[2L]? if (!(is.null(labels) && is.null(glabels))) { nmai <- par("mai") nmai[2L] <- nmai[4L] + max(linch + goffset, ginch) + 0.1 par(mai = nmai) } Thank you, Stephen Weigand -- Rochester, Minn. USA
2005 Oct 11
1
R data import
...capture: 7 char>etc. which looks something like: 02M1LOS...xxcanidae011289.....10001291412 In essence I am looking for functionality similar to the SAS pointer/informat method. I would appreciate any help anyone would be able to give! Thanks so much for your help. best, Ratnendra Sharma U Minn
2008 Jun 16
1
tiff(), jpeg(), and png() in R 2.7.0: problems if 'units = "in"' but default height and width
...http/ftp sockets libxml FALSE TRUE TRUE TRUE fifo cledit iconv NLS TRUE TRUE TRUE TRUE profmem cairo FALSE FALSE Thanks, Stephen -- :::::::::::::::::::::::::::::::::: Stephen Weigand Division of Biostatistics Mayo Clinic Rochester, Minn., USA Phone (507) 266-1650, fax 284-9542
2006 Sep 07
2
Feasibility question: get samba to back-up every version of a file
...ll as acting like CVS for normal people - document management. http://www.filejournal.com is a similar product, but it only works on your local drive. I realise that you would wind up using a lot of disk-space, etc, but you need a lot of word documents to fill up a 500 GB disk ;-) Sam Minnee SilverStripe sam@silverstripe.com +64 4 978 7334
2007 Jul 31
0
randomSurvivalForest 3.0.0 now available
...ology. This produces an imputed forest which can be used for prediction purposes on test data sets with missing data. o Importance values for variables are returned in predict mode when test data contains outcomes as well as variables. o Fixed some bugs in plot.variable(). Thanks to Andy J. Minn for pointing this out. o Minor modification of PMML representation of RSF forest output to accomodate imputation. The method of random seed chain recovery has been altered. Note that forests produced with prior releases will have to be regenerated using this release. We apologize for the i...
2007 Jul 31
0
randomSurvivalForest 3.0.0 now available
...ology. This produces an imputed forest which can be used for prediction purposes on test data sets with missing data. o Importance values for variables are returned in predict mode when test data contains outcomes as well as variables. o Fixed some bugs in plot.variable(). Thanks to Andy J. Minn for pointing this out. o Minor modification of PMML representation of RSF forest output to accomodate imputation. The method of random seed chain recovery has been altered. Note that forests produced with prior releases will have to be regenerated using this release. We apologize for the i...
2007 Sep 06
1
The variables combined in a table from other table and combination questions
Dear All: I need to have some data frame objects. First aa object: pH Formulation time Subject [1]1.2 F 0 1 [2]7.4 S 1 2 [3] MF 2 3 [4] 3 4 [5] n i Then, I need to produce 2*3(pH*formulation) different tables. This table includes column of (pH, Formulation, time S1 S2 S3 ?K..Si) and S1=
2008 Jun 16
2
Lattice: Superpose bwplot and dotplot [newbie question]
Hello everyone I have dataset containing a monetary value (ABS) and two factors (Fct, Group). I am able to create useful using: bwplot(ABS~Group|Fct) and dotplot(ABS~Group|Fct) Question: What do I have to do to overlay the dotplot with the bwplot (same data set)? I've found a couple of posts that hinted at the possibility of doing that, and checked the panel.superpose() help, but the info
2007 Apr 25
1
Sum of specific column
I have a data set that I have imported (not sure if that makes a difference) and I would like to calculate the sum of only specific columns. I have tried >colSums(dataset, by=list(dataset$col5), dims=1) and I get an error of unused arguments I have also tried >aggregate(dataset, by=list(dataset$col5), sum) and I get the error that sum is not meaningful for factors. I want to only calculate
2007 May 24
1
lme with corAR1 errors - can't find AR coefficient in output
Dear List, I am using the output of a ML estimation on a random effects model with first-order autocorrelation to make a further conditional test. My model is much like this (which reproduces the method on the famous Grunfeld data, for the econometricians out there it is Table 5.2 in Baltagi): library(Ecdat) library(nlme) data(Grunfeld)
2007 Sep 24
2
how to export.RDA file to a text file?
Hi, Does anyone know how to export .RDA file (in R program) to a normal text file (readable by any text editor)? Also, how to export an object in R program into a text file (not .RDA file)? Thank you. Jittima
2010 Oct 21
1
CodeWeavers Releases CrossOver and CrossOver Games 9.2
CodeWeavers Releases CrossOver 9.2 to Support Civilization 5 on Linux and Mac SAINT PAUL, Minn. (October 19, 2010) Less than a month after Firaxis released its highly anticipated and acclaimed Civilization 5, CodeWeavers, Inc. today announced the release of CrossOver Games 9.2, enabling gamers to play the game on Linux and Mac operating systems. Full Press Release and Changelog here : http...
2010 Dec 09
0
CodeWeavers Releases CrossOver Games 9.2.1
CODEWEAVERS SUPPORTS WORLD OF WARCRAFT CATACLYSM: CodeWeavers Releases CrossOver Games 9.2.1 (http://www.codeweavers.com/products/?ad=64); Vows Extensive Personal Testing for Quality Assurance Purposes SAINT PAUL, Minn. (December 7, 2010) Twelve million addicts, err, players cant be wrong. Theres no doubting the draw of World of Warcraft. And today, as Blizzard rolls out its third, much-anticipated expansion to the game Cataclysm, CodeWeavers ensures that Linux gamers can play right along with their PC and Mac br...
2002 May 07
3
rsync for NT
Hi List, Could someone point me to the link where I can download rsync for NT and any helpful sites which can guide me to setup rsync from NT to UNIX. Thanks in advance --------------------------------- Do You Yahoo!? Yahoo! Health - your guide to health and wellness -------------- next part -------------- HTML attachment scrubbed and removed
2005 Mar 03
1
Fwd: Re: rsync + ssh -o -p -g -l
Nota: Se adjunt? el mensaje reenviado. _________________________________________________________ Do You Yahoo!? Informaci?n de Estados Unidos y Am?rica Latina, en Yahoo! Noticias. Vis?tanos en http://noticias.espanol.yahoo.com -------------- next part -------------- An embedded message was scrubbed... From: michael mendoza <mike114x@yahoo.com> Subject: Re: rsync + ssh -o -p -g -l Date:
2005 May 18
1
problem to exclude
Hi, I want to mirror NetBSD on this server: ftp://ftp.univ-orleans.fr/logiciel-libre/netbsd-ftp/ The problem is I dont want to mirror old versions (1.5.x) There are 1.5* branches as subdirs of 'packages' and others at the root of the server called 'NetBSD-release-1-5' and 'NetBSD-1.5.3'. I want to avoid to sync them. The command I use to sync is: - - - - - - - - - - -
2006 Jul 31
0
Choropleths maps of the USA states (PR#9111)
...uot;,"DELAWARE","FLORIDA","GEORGIA","IDAHO","ILLINOIS","INDIANA","= IOWA", "KANSAS", "KENTUCKY","LOUISIANA","MAINE","MARYLAND","MASSACHUSETTS","MICHIGAN","MINNE= SOTA","MISSISSIPI", "MISSOURI", "MONTANA","NEBRASKA","NEVADA","NEW HAMPSHIRE","NEW JERSEY", "NEW MEXICO","NEW YORK", "NORTH CAROLINA","NORTH DAKOTA","OHIO","OKLAHOMA&...