search for: critera

Displaying 10 results from an estimated 10 matches for "critera".

Did you mean: criteria
2011 Jan 25
1
subsetting based on joint values of critera
Dear colleagues, I have a dataset that looks as below. I would like to make a new dataset that excludes the cases which are joint conjunctions of particular state names and years, so Connecticut and 2010, Maryland and 2010 and Vermont and 2010. I'm trying the following subset code: newdata<- subset(bpa, (!State=="Connecticut" & year<"2010")) It appears that
2008 Dec 07
1
Identifying a subset of observations on a 3d-scatter plot using cloud()
...first post to the mailing list, so I hope I am posting my message the correct way. I am trying to present my dataset in a 3d scatterplot using cloud() in the {lattice} package. I hope to explicitly identify a subset of my observations. The observations in this subset need to satisfy the following critera (values on x,y, and z axes above a certain cutoff value). It will be great if I can get advice on how to annotate the points representing the subset of observations with a different colour, and if possible, label the points. Thank you in advance for everyone's help! Best regards, Xingli Gia...
2008 Jun 13
1
Looping, Control Flow & Conditional Statements
...#39;events' and the 1st lasted 3 'days' and the 2nd lasted '4' days. Essentially I want a text file output to say: a1.1 : 3 a1.2 : 4 My thinking is that I need to somehow get the code working through each vector one value at a time and when a value is found to meet the critera of > 0 R creates a new vector; to use the above example it would come to the first value >0 and then create the new vector a1.1 = (1,1,1) then as the next value in the series is 0 it would close this new vector 'a1.1'. It would then continue until it reaches the next value >0 and...
2004 Jul 23
1
nlme parameters in nlmeControl
...ant to loosen up the convergence criteria so that I increase the likelihood of convergence (potentially at the cost of obtaining slightly less than ideal results). The parameters in the function nlmeControl() control the convergence criteria. These default values can be modified to make convergence critera more or less stringent. In an effort to get more converging results, I first increased the iterations for 'maxIter', 'pnlsMaxIter', 'msMaxIter', and 'niterEM' by a factor of 20. I don't believe there is any harm in doing this. There are a few parameters, howeve...
2006 Feb 23
1
Need a hint
R community: I have been creating code for plotting nomographs, or multiple, overlain contour plots of z-variables on a common x- and y- variable. My input has been a matrix with observed x, y, and multiple z variables; I then create a trend surface using trmat for each z-variable. So far so good. One application I have for these, requires shading a portion of the nomogram that meets criteria
2006 Sep 11
0
centos server cd production release criteria?
...for very quick production and maint across all version number releases !!! In regards to 4.4, is the CentOS Server_CD for 4.4 already in production and testing? May we know the ETA for it on the mirrors please? If it will be quite awhile, may we know more about how it is produced and any release critera you have for it please? Thank you and kind regards! - rh -- Robert - Abba Communications Computer & Internet Services (509) 624-7159 - www.abbacomm.net
2006 Sep 27
0
To render or redirect
...arams[:home_search]) @search_conditions = Home.search_homes(params).to_sql if @home_search.valid? @homes = Home.find(:all, :conditions=> (@search_conditions)) if @homes.empty? flash_message ''Your search has returned no results. Please revise your search critera.'' render :action => ''search'' else @record_count = Home.count(@search_conditions) render :action => ''search_results'' end else render :action => ''search'' end end end...
2010 Nov 12
3
predict.coxph
Since I read the list in digest form (and was out ill yesterday) I'm late to the discussion. There are 3 steps for predicting survival, using a Cox model: 1. Fit the data fit <- coxph(Surv(time, status) ~ age + ph.ecog, data=lung) The biggest question to answer here is what covariates you wish to base the prediction on. There is the usual tradeoff between too few (leave out something
2002 May 02
5
Application Database RFC
...nt program does not remember most settings at all 0 points 12. Date tested. Verison of wine used Each of the sections should have a comment field and a place to enter a url to a bug report if applicable Applications could be scored based as a percentage. Applications that use all critera would need all 22 points to get a 100% rating. For other applications some of these criteria are not applicable and their score would use a lower base score. Idealy we would be able to look at the AppDB and list all programs that have problems with any of the criteria Probably the most usefull...
2011 Jul 19
6
[PATCH 0/6] Move the infor for the help/man page in the source
The following series implement a way to generate the help messages and the btrfs man page from the sources comments for the "btrfs" commanda . The syntax and the detailed help of every subcommand are stored in the comments before the function which implements the subcommand. The fact that the help messages and the man page are generated from the same source should help to avoid