search for: montez

Displaying 5 results from an estimated 5 matches for "montez".

Did you mean: monte
2006 Aug 24
3
generating an expression for a formula automatically
Hi! I would like to be able to create formulas automatically. For example, I want to be able to create a function that takes on two values: resp and x, and then creates the proper formula to regress resp on x. My code: fit.main <- function(resp,x) { form <- expression(paste(resp," ~ ",paste(x,sep="",collapse=" + "),sep="")) z <-
2006 Jun 01
1
how to add point and label to boxplot using bwplot
...: bwplot(x1,cex=.5,scales=list(cex=0.5),tck=0.5, xlab=list("psi03",cex=.5), panel=function(x,c1){ panel.bwplot(x) panel.points(x[2],0.5,pch=19) panel.text(x[4],0.95,c1[4]) } ) Many thanks, Maria ********************************************************** Maria E Montez Programmer / Data Analyst Center for Health Quality, Outcomes and Economic Research VA Medical Center Bedford, MA
2006 Dec 13
1
combinations of m objects into r groups
Hi! Suppose I have m objects. I need to find out what are all possible ways I can group those m objects into r groups. Moreover, I need to create a matrix that contains what those arrangements are. I've created code for when r=2 but I've come to a halt when trying to generalize it into r groups. For example, if I have m=6 objects and I want to arrange them into groups of r=2, there
2003 Jun 05
2
Samba & Sage Line 50 Accounting
Hi all, Having a very specific problem here: I have a working RedHat9 server running Samba 2.2.7 (the release that comes with RH9), acting as a PDC/File Server to around 15 WinXP Pro client workstations. This all works nicely, apart from our accounting package, Sage Line 50, which depends on its data being stored on a network share. Previously, when the data was stored on a WinNT4 share,
2007 Jun 01
1
object not found inside function
Hi! When running the following code I get the message: Error in eval(expr, envir, enclos) : object "A" not found fm <- function(p,ydata, env = parent.frame()) { #fit model y ~ (b0+b1x1+...+bpxp)*exp(g2plus*z2plus) where bi and g2plus are parameters #create design matrix for linear part fo00 <-