Displaying 2 results from an estimated 2 matches for "dateint".
Did you mean:
datein
2003 Oct 10
1
length() of vector after using strptime()
...09" "2003-08-08" "2003-08-08"
.
.
.
[131] "2003-07-26" "2003-08-10" "2003-08-05" "2003-08-11" "2003-08-16"
[136] "2003-08-18" "2003-08-11"
> length(xParsed)
[1] 9
>
> dta$dateint <- xParsed
Error in "$<-.data.frame"(`*tmp*`, "dateint", value = xParsed) :
replacement has 9 rows, data has 137
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1...
2007 Jan 26
1
spss.get. Warning with SPSS 14 dataset
I am using spss.get to import an SPSS database
"Data.sav", created with SPSS 14 :
df1 <- spss.get("C:/temp/Data.sav" , lowernames=TRUE,
datevars = c("dateinte"))
I am getting this warning. I get the same warning with
read.spss.
Warning message:
C:/temp/Data.sav: Unrecognized record type 7, subtype
16 encountered in system file
This is a stupid question but should I be worried
about it? So far the data looks clean but it is not
my data base ori...