I am working with haven 1.1.1.9000. I can read an XPT or SAS7BAT file created by SAS without problems. I then execute write_sas or write_xpt of the R object, creating a new XPT or SAS7BDAT file. read_sas and read_xpt read the respective files. However,when I try to read either...
It looks like you have errors in the code you show which must be fixed first; it looks like you haven't yet got the code working for two (or more) schemas. Once that is working, show us the code and we can help further. --Paige Miller 0 Likes Reply SAS Innovate 2025: ...
install.packages('Hmisc') install.packages('haven') install.packages('readr') 仿真数据 # create a data frame from scratch age <- c(25, 30, 56) gender <- c("male", "female", "male") weight <- c(160, 110, 220) mydata <- data.frame(age,gender,weight) mydata R语言...
The BUFSIZE when I check both SAS Foundation and SEG has value = 0 which is the default of SAS, I haven't test it if I put different number on BUFSIZE. I also tried redirect the UTIL table also with UTILLOC but it is failed also. You mention that in SEG the setting ...
I haven't checked the details, but your request sounds a bit similar to one I answered yesterday. Please note that I generalized the solution (to the case of multiple "parents" per "child") after the thread opener had marked my initial solution as accepted. 0 Likes Azeem112 Quartz...