search for: longdat

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

Did you mean: longdata
2012 Sep 06
0
lme( y ~ ns(x, df=splineDF)) error
....2 RColorBrewer_1.0-5 reshape2_1.2.1 scales_0.2.1 stringr_0.6 [16] tools_2.15.1 The following function can also be downloaded from http://jacobwegelin.net/tmp/r-help/. wrapper <-function(WhichApproach=1, splineDF=4 ){ # Create toy dataset nID<-25 IDnames<-LETTERS[1:nID] longdat<-data.frame( x=rep(-10:10, nID) / 3 , ID= rep( IDnames , each=21) ) set.seed(5) longdat$x<-longdat$x + rnorm(nrow(longdat))/10 IDeffect<-rnorm(nID) * 20 names(IDeffect) <- IDnames longdat$IDeffect<-IDeffect[as.character(longdat$ID)] longdat$y<- (longdat$x + longdat$x^3 + (...
2012 Sep 26
0
lme(y ~ ns(x, df=splineDF)) error
...MASS_7.3-18 memoise_0.1 munsell_0.3 plyr_1.7.1 [11] proto_0.3-9.2 RColorBrewer_1.0-5 reshape2_1.2.1 scales_0.2.1 stringr_0.6 [16] tools_2.15.1 wrapper <-function(WhichApproach=1, splineDF=4 ){ # Create toy dataset nID<-25 IDnames<-LETTERS[1:nID] longdat<-data.frame( x=rep(-10:10, nID) / 3 , ID= rep( IDnames , each=21) ) set.seed(5) longdat$x<-longdat$x + rnorm(nrow(longdat))/10 IDeffect<-rnorm(nID) * 20 names(IDeffect) <- IDnames longdat$IDeffect<-IDeffect[as.character(longdat$ID)] longdat$y<- (longdat$x + longdat$x^3 +...
2010 Jun 10
1
Latex: Date Format conversion
Hi: Can't find?a way to convert?from shortDate to LongDate format. I?got: 3/10/10 that I want to convert to March 10, 2010. I am using: \documentclass[11pt]{article} \usepackage{longtable,verbatim} \usepackage{ctable} \usepackage{datetime} \title{my title} \begin{document} ? % Convert date \mmmmddyyyydate\3/10/10 end{document}? My report is changing eve...
2010 Jun 10
1
Date conversion
Hi: Can't find?a way to convert?from shortDate to LongDate format. I?got: 3/10/10 that I want to convert to March 10, 2010. I am using: \documentclass[11pt]{article} \usepackage{longtable,verbatim} \usepackage{ctable} \usepackage{datetime} \title{my title} \begin{document} ? % Convert date \mmmmddyyyydate\3/10/10 end{document}? My report is changing eve...
2001 Aug 23
3
Reading SAS version 8 data into R
Hi, SAS transport files created with the xport engine in SAS can be read using read.xport. However, the xport engine only works with SAS version 6, and consequently long variable names are not allowed... Can anyone tell me how to get SAS data (ver 8) into R (easily)? Thanks in advance S?ren H?jsgaard sorenh at agrsci.dk http://www.jbs.agrsci.dk/~sorenh