GithubHelp home page GithubHelp logo

Dates in labelled_spss about haven HOT 3 OPEN

greenhorn82 avatar greenhorn82 commented on June 12, 2024 1
Dates in labelled_spss

from haven.

Comments (3)

dusadrian avatar dusadrian commented on June 12, 2024

I would like to second this issue.
Date/Time variables can also have missing values, as well as value labels (for those missing values, for instance).
It would be great to export .sav files for more than just character and numeric variables.

from haven.

gorcha avatar gorcha commented on June 12, 2024

Hi @greenhorn82,

The labelled() and labelled_spss() functions don't currently support date variables, and running these functions without specifiny a set of value labels still runs them through the rest of the preparation/validation code which forces a conversion to numeric. Will make a note to update the documentation/checks to make this clearer.

Adding a variable label only requires the addition of a "label" attribute - I'd recommend checking out the labelled package, which has a set of helper functions to make this easier where creating a full labelled vector is not required. For e.g.:

library(haven)
library(labelled)

data_example <- data.frame(example_date1 = lubridate::ymd(20101215))
var_label(data_example$example_date1) <- "testlabel"
write_sav(data_example, "example.sav")

from haven.

dusadrian avatar dusadrian commented on June 12, 2024

We know these function don't currently support date variables. I would just be great to add this functionality, especially since a software like Stata does support value labels for date variables.

This makes conversion from Stata incomplete, and exporting to SPSS likewise.

Library declared does support value labels for date/time variables (in R) but since haven is responsible with the import / export, that would be a greatly appreciated feature.

from haven.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.