Skip to content

Commit

Permalink
write
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghozayel committed Oct 2, 2022
1 parent c33c869 commit efdb3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lex.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ lex <- function(answerVar) {
dplyr::group_by(ID) %>%
#averaging p.correct of the two types to get the lextale score
dplyr::summarise(p.correctAV=mean(p.correct)) %>%
view()
dplyr::write.csv(here::here(file = 'score.lex.csv'))
return(p.correctAV)
}

0 comments on commit efdb3e0

Please sign in to comment.