[R] An issue with White's test in Anova

2007-08-24 Thread David Kaplan
to replace with What does this mean and how do I fix it. Thanks in advance. David -- === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room, 1061

[R] Change in R**2 for block entry regression

2007-08-08 Thread David Kaplan
. Is there a more convenient way to do this and also to get the change in R**2 and associated F test for the change? Thanks in advance. David -- === David Kaplan, Ph.D. Professor Department of Educational Psychology University

[R] labeling the screeplot

2007-07-02 Thread David Kaplan
. Thanks in advance, David -- === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room 1061 1025 W. Johnson Street Madison, WI 53706 email: [EMAIL

[R] 3d graph question

2007-05-17 Thread David Kaplan
(c(1,.8,.8,1), ncol=2) tmp - mvrnorm(1000, mu, sigma) cor(tmp) plot(tmp,ylab='achievement', xlab='ses') # plot data -- === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison

[R] Looking for a comprehensive descriptive statistics package

2007-05-08 Thread David Kaplan
-- === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room, 1061 1025 W. Johnson Street Madison, WI 53706 email: [EMAIL PROTECTED] homepage: http://www.education.wisc.edu/edpsych/facstaff

[R] Simple plot question

2007-04-26 Thread David Kaplan
-- === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room, 1061 1025 W. Johnson Street Madison, WI 53706 email: [EMAIL PROTECTED] homepage: http://www.education.wisc.edu/edpsych/facstaff/kaplan/kaplan.htm Phone: 608

[R] A very simple question

2007-04-24 Thread David Kaplan
Hi all, I just loaded R 2.50. I want this version to bring the objects from the previous version. How do I do that? Thanks David __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] complex samping designs

2007-01-30 Thread David Kaplan
Hi all, Is there a package available in R that can be used in conjunction with statistical procedures to weight observations for unequal probability of selection? Thanks in advance. David -- === David Kaplan, Ph.D

Re: [R] complex samping designs

2007-01-30 Thread David Kaplan
This is a lifesaver. Thanks!!! David === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room, 1061 1025 W. Johnson Street Madison, WI 53706 email

[R] Newbie question about saving results

2007-01-13 Thread David Kaplan
Hi all, When I run a procedure and the results are printed to the console, is there a way to just save the results? When I save to file, it also saves the syntax of the procedure. Thanks in advance, David -- === David

[R] Error message using normality test in vars

2006-12-28 Thread David Kaplan
length in: b2 - rep(3, 4) 2: longer object length is not a multiple of shorter object length in: b2 - rep(3, 4) What does this mean and do I need to worry about it. Thanks in advance, David -- === David Kaplan, Ph.D

[R] R and LaTeX

2006-12-09 Thread David Kaplan
point me in the right direction? Thanks David -- === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room 1061 1025 W. Johnson Street Madison, WI 53706

Re: [R] Aggregating data

2006-11-29 Thread David Kaplan
The problem is that this doesn't seem to give what I want. I did look at this. Perhaps doBy will work - haven't tried it yet. But, any other suggestions are much appreciated. === David Kaplan, Ph.D. Professor Department

Re: [R] Aggregating data

2006-11-29 Thread David Kaplan
statistics on the remaining variables. I hope that was clear. Thanks for an advice in advance. David === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room

[R] Aggregating data

2006-11-28 Thread David Kaplan
__ R-help@stat.math.ethz.ch 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] Aggregating and merging files

2006-11-23 Thread David Kaplan
__ R-help@stat.math.ethz.ch 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] Multivariate time-series

2006-11-13 Thread David Kaplan
Hi all, I'm looking for R packages that estimate multivariate time-series models or vector-autoregression (VAR) time-series models. Thanks David -- === David Kaplan, Ph.D. Professor Department of Educational Psychology

[R] Generating bivariate or multivariate data with known parameter values

2006-10-08 Thread David Kaplan
something. A nudge in the right direction would be appreciated. David -- David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room 1061 1025 W. Johnson Street

[R] Changes in console preferences won't take

2006-10-05 Thread David Kaplan
, and reopen, there is no change. Any thouughts? I'm running R.2.40. David -- === David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room, 1061 1025 W

[R] R 2.3.1 and SPSS 14.0

2006-09-29 Thread David Kaplan
Hi, Are there any incompatibilities with R 2.3.1 and SPSS 14.0 with regard to the read.spss command? Thanks in advance. David -- David Kaplan, Ph.D. Professor Department of Educational Psychology University

[R] time-series packages

2006-09-28 Thread David Kaplan
in R. Thanks in advance, David -- David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room 1061 1025 W. Johnson Street Madison, WI 53706 email: [EMAIL

[R] What is wrong with this input

2006-09-28 Thread David Kaplan
in read.spss(c:\\hrab200.sav) : unable to open file library(foreign) hrout - read.spss(C:\Documents and Settings\David Kaplan\My Documents\Baseball\Baseball Research\hr time series paper\new time series hr paper\hrab200.sav) Error in read.spss(C:Documents and SettingsDavid KaplanMy

[R] Permanently changing gui preferences

2006-08-26 Thread David Kaplan
Greetings, I made changes to my gui preferences and saved them. When I close and then open R, it reverts back to default preferences. How do I permanently change gui preferences? Thanks in advance. David -- David

[R] Newbie question about read.table

2006-05-11 Thread David Kaplan
Hi When I use the read.table function with header = T, I notice that it gives me the variable names along the top as I expect. But, when I then attempt an analysis, e.g. regression, it doesn't recognize the variable names. Am I missing a step. Thank you David [[alternative HTML

Re: [R] Newbie question about read.table

2006-05-11 Thread David Kaplan
Here is what I'm doing birthweight - read.table(c:/bw.dat, header = T) summary(glm(low~age,binomial)) Error in eval(expr, envir, enclos) : object low not found Thanks all! - Original Message - From: Chuck Cleland [EMAIL PROTECTED] To: David Kaplan [EMAIL PROTECTED] Cc: r-help

Re: [R] Newbie question about read.table

2006-05-11 Thread David Kaplan
Thanks all. I'll give the various suggestions a try. Best David - Original Message - From: Sean O'Riordain [EMAIL PROTECTED] To: David Kaplan [EMAIL PROTECTED]; r-help r-help@stat.math.ethz.ch Sent: Thursday, May 11, 2006 2:05 PM Subject: Re: [R] Newbie question about read.table Hi

Re: [R] Newbie question about read.table

2006-05-11 Thread David Kaplan
This worked! Thanks! - Original Message - From: Chuck Cleland [EMAIL PROTECTED] To: David Kaplan [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Thursday, May 11, 2006 1:58 PM Subject: Re: [R] Newbie question about read.table David Kaplan wrote: Here is what I'm doing

[R] Now another question regarding the Foreign package

2006-05-11 Thread David Kaplan
Hi, Because I'm new to R and trying to move off of SPSS, I have another question. I downloaded the Foreign package which I understand reads in various datasets from programs such as SPSS and SAS. There isn't much documentation that I can find regarding the specifics of this in the online

Re: [R] Now another question regarding the Foreign package

2006-05-11 Thread David Kaplan
I didn't use the library(foreign). Thanks, I'll give that a go. David - Original Message - From: Philip He To: David Kaplan Cc: r-help@stat.math.ethz.ch Sent: Thursday, May 11, 2006 4:00 PM Subject: Re: [R] Now another question regarding the Foreign package Use

[R] Reading SPSS .sav files

2006-04-16 Thread David Kaplan
Greetings, How to I read in SPSS .sav files into R. Thank you. David = David Kaplan, PhD Professor of Education School of Education University of Delaware Newark DE 19716 Voice: 302-831