search for: iwh

Displaying 7 results from an estimated 7 matches for "iwh".

Did you mean: iwg
2007 Jul 17
1
problem with length()
...Etches Doctoral candidate, Epidemiology Program Department of Public Health Sciences, University of Toronto Faculty of Medicine Research Associate Institute for Work & Health 800-481 University Avenue, Toronto, Ontario, Canada M5G 2E9 T: 416.927.2027 ext. 2290 F: 416.927.4167 jetches at iwh.on.ca www.iwh.on.ca This e-mail may contain confidential information for the sol...{{dropped}}
2008 Feb 05
0
xYplot, error bars, log scale
...) Doctoral candidate, Epidemiology Program Department of Public Health Sciences, University of Toronto Faculty of Medicine Research Associate Institute for Work & Health 800-481 University Avenue, Toronto, Ontario, Canada M5G 2E9 T: 416.927.2027 ext. 2290 F: 416.927.4167 jetches at iwh.on.ca www.iwh.on.ca
2009 Mar 20
1
ggplot2: specifying legend titles
I am trying to specify a legend title to be other than the variable name, but I find that the legend splits because scale_shape() takes effect but scale_colour() does not. Can someone spot my error? Here's some toy code that produces the problem on my system (R2.8.1, windows, today's CRAN package updates): library(ggplot2) a <- sample(letters[1:5],100,replace=T) b <-
2011 Mar 15
0
ML estimation of a two-sided truncated regression model
...ere the dependent variable? is greater 0 and upper truncated at 1. Does anyone know a R-package that contains a routine that could do truncated regression for this situation? With many thanks for any hint Albrecht Dr. Albrecht Kauffmann Assistant Researcher Halle Institute for Economic Research (IWH) Department of Urban Economics
2003 Oct 17
7
datetime data and plotting
If I take the following simple data: YEAR MONTH DAY WEIGHT.KG 2003 10 6 1.2 2003 10 12 1.2 2003 10 16 1.3 and format the date data and plot it: dates <- strptime(paste(DAY,MONTH,YEAR),"%d%m%Y") plot(c(min(dates),max(dates)),c(0,max(WEIGHT.KG)), xlab="Date",ylab="Weight (kg)",type="n") lines(dates,WEIGHT.KG) points(dates,WEIGHT.KG) I find that the
2008 Dec 05
0
resync onnv_105 partial for 6713916
...sr/src/pkgdefs/SUNWarcr/prototype_i386 usr/src/pkgdefs/SUNWcnetr/postinstall usr/src/pkgdefs/SUNWcnetr/prototype_com usr/src/pkgdefs/SUNWcsl/prototype_i386 usr/src/pkgdefs/SUNWcslr/prototype_i386 usr/src/pkgdefs/SUNWcsu/prototype_com usr/src/pkgdefs/SUNWhea/prototype_i386 usr/src/pkgdefs/SUNWiwh/postinstall usr/src/pkgdefs/SUNWmdb/prototype_i386 usr/src/pkgdefs/SUNWmdb/prototype_sparc usr/src/pkgdefs/SUNWmdbr/prototype_i386 usr/src/pkgdefs/SUNWmdbr/prototype_sparc usr/src/pkgdefs/SUNWsmbfskr/prototype_com usr/src/pkgdefs/SUNWsmbfskr/prototype_i386 usr/src/pkgdefs/SUNWsmbfskr/prototy...
2004 Jul 23
1
Porting plotterm() & gamterms() from s-plus
I'm trying to plot pspline'd explanatory variables from coxph() models as per Therneau and Grambsch (Modeling Survival Data: Extending the Cox Model). They have s-plus functions for this at: http://www.mayo.edu/hsr/people/therneau/book/sfunction/gamterms.s http://www.mayo.edu/hsr/people/therneau/book/sfunction/plotterm.s I'd like to make these plots in R, but they make use of non-R