Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patient acceptance of implantable cardioverter-defibrillator: initial psychometric investigation of the Florida Patient Acceptance Survey #511

Closed
ben-domingue opened this issue Sep 24, 2024 · 3 comments
Assignees

Comments

@ben-domingue
Copy link
Owner

https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/3UHKUM
look for PROM

@saviranadela
Copy link
Collaborator

processed data:
FPAS_Silva_2022.csv

code:

library(dplyr)
library(tidyr)

df <- read.csv("DATA_FPAS_2022.csv")

df <- df %>%
  select(record_id, fpas_1:fpas_18) %>%
  rename(id = record_id)

df <- df %>%
  pivot_longer(fpas_1:fpas_18,
               names_to = "item",
               values_to = "resp")

write.csv(df, "FPAS_Silva_2022.csv", row.names=FALSE)

@saviranadela
Copy link
Collaborator

saviranadela commented Nov 5, 2024

PR: #685

cc: @KingArthur0205 @ben-domingue

@KingArthur0205
Copy link
Collaborator

Hi Savira. This looks great! I'll ship it to Ben

Note: I've implemented an issue classifier, so the notifications that you saw above is a bot and isn't really me lol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants