uppsp_scoring: Author: BTC upps_scoring - scores uppsp 59-item version *...

View source: R/uppsp_score.R

uppsp_scoringR Documentation

Author: BTC upps_scoring - scores uppsp 59-item version * wide format data only * items must start with column number * returns five factor scores and total

Description

Author: BTC upps_scoring - scores uppsp 59-item version * wide format data only * items must start with column number * returns five factor scores and total

Usage

uppsp_scoring(uppspdf)

Arguments

uppspdf

- dataframe of recorded uppsp responses

Examples

  uppsp<-readxl::read_excel("/Volumes/Phillips/mMR_PETDA/scripts/txt/PET_Sheets.xlsx",sheet="UPPS-P")
  uppsp<-uppsp[!is.na(uppsp$ID),]
  uppsp_scoring(uppsp)

LabNeuroCogDevel/LNCDR documentation built on Oct. 13, 2023, 4:31 a.m.