[R] FW: New public-use Education Longitudinal Study of 2002 Base Year to 2006 Second Follow-up data set released
Colleagues ... The site identified below makes survey data available for public use. Data may be downloaded in R format; the site also provides R syntax files to accompany the downloaded data. Registration is required. On another matter, in anticipation of future projects, I would like to hear from readers of this list with expertise in using R for analysis of longitudinal data and interest in collaborating on educational studies. Art ___ Art Burke Associate Education Northwest 101 SW Main St, Suite 500 Portland OR 97204-3213 art.bu...@educationnorthwest.org Phone: 503-275-9592 www.educationnorthwest.org __ -Original Message- From: IES Newsflash Subscription Service [mailto:ieswebmas...@ed.gov] Sent: Friday, March 19, 2010 7:07 AM To: Art Burke Subject: New public-use Education Longitudinal Study of 2002 Base Year to 2006 Second Follow-up data set released The National Center for Education Statistics within the Institute of Education Sciences has just released a new public-use version of the Educational Longitudinal Study of 2002 Base Year to 2006 Second Follow-up data files. The data files are available for immediate download using a new "EDAT" application on the NCES website. This application allows users to select the data that they need to perform analyses in one of six statistical programming languages. To access EDAT, please visit http://nces.ed.gov/edat Once you arrive in the EDAT application, enter your email address and create a password. This will give you access to the application and provide you with space for sharing tag files. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
[R] Retrieving the matched data frame from Matching?
I'm trying to use the Matching package to create a matched dataset but I'm having trouble retrieving the data frame where the comparison cases are identified. Could someone please give me a pointer on how to do this? The call was a simple one and seems to have worked with no errors ... m8 <- Match(TR = Tr8, X = X8, M = 2) summary(m8) Appeciated! Art Arthur Burke, Ph.D. Senior Methodology Advisor Education Northwest 101 SW Main St., Ste 500 Portland OR 97204 Email: art.bu...@educationnorthwest.org Phone: 503.275.9592 [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
[R] Help with grouped barplot
Given the data structure below, how can I create a bar plot for the values of disc for each area grouped by year? bar <-structure(list(year = c(2003, 2003, 2003, 2003, 2003, 2003, 2003, 2007, 2007, 2007, 2007, 2007, 2007, 2007), area = structure(c(6L, 4L, 1L, 2L, 3L, 5L, 7L, 6L, 4L, 1L, 2L, 3L, 5L, 7L), .Label = c("AK", "ID", "MT", "NW", "OR", "US", "WA"), class = "factor"), disc = c(55.8, 62.6, 54.3, 56.9, 52.8, 66.7, 64.8, 59.5, 64.8, 65.8, 61.4, 60.6, 66.3, 65.5)), .Names = c("year", "area", "disc"), class = "data.frame", row.names = c(NA, 14L)) Thanks! Art __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
[R] Help spruce up a ggplot graph
Given the data structure below and the call to ggplot2, how can I increase the size of the axis scale points, the line weight, and the size of the legend? ddata <-structure(list(year = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), .Label = c("2003", "2007"), class = "factor"), area = structure(c(7L, 6L, 1L, 2L, 3L, 4L, 5L, 7L, 6L, 1L, 2L, 3L, 4L, 5L), .Label = c("AK", "ID", "MT", "OR", "WA", "NW", "US"), class = "factor"), disc = c(55.8, 62.6, 54.3, 56.9, 52.8, 66.7, 64.8, 59.5, 64.8, 65.8, 61.4, 60.6, 66.3, 65.5)), .Names = c("year", "area", "disc"), class = "data.frame", row.names = c(NA, 14L)) ggplot(ddata, aes(x = area, y = disc, colour = year)) + geom_point() + geom_line(aes(group = year), size = 1) + scale_y_continuous(name='Percent Well Prepared', limits=c(0, 100)) + scale_colour_discrete('Year') + xlab('') Thanks! Art ___ Art Burke Associate Education Northwest 101 SW Main St, Suite 500 Portland OR 97204-3213 art.bu...@educationnorthwest.org Phone: 503-275-9592 http://educationnorthwest.org Need help finding evidence-based answers to questions about education practices, policies, or programs? Take advantage of our free reference desk service offered by our REL Northwest project. Contact Jennifer Klump at http://askarel.org/northwest for prompt, authoritative, and customized answers to your questions. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
[R] update.packages fail
update.packages has suddenly stopped working for me (after working fine yesterday). My default mirror is at Oregon State University, but I get the following warning even after setting another mirror. Other Internet connections are working on my computer. Suggestions, please. > update.packages() Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.13 > sessionInfo() R version 2.13.0 (2011-04-13) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.13.0 Art ___ Arthur J. Burke Education Northwest 101 SW Main St, Suite 500 Portland OR 97204-3213 art.bu...@educationnorthwest.org Phone: 503-275-9592 http://educationnorthwest.org [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
[R] How to place a title with layout?
Could someone please remind me how to place a title when using layout? For example, how could I place "This is a demo of layout" as a title for the following, assuming it should go top center? layout(matrix(c(1,2,3,4), 2, 2, byrow = TRUE)) replicate(4, plot(density(rnorm(10 Art ___ Arthur Burke Education Northwest | Senior Methodology Advisor 101 SW Main St, Suite 500; Portland OR 97204 503.275.9592 art.bu...@educationnorthwest.org http://educationnorthwest.org __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.