Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.08 KB

Lextale

DOI

The goal of Lextale package is to calculates the %correctAV scoring for the English LexTALE-test if administered using implementations which do not end with participants' score on the screen, e.g. online surveys. For more info about the test, see Lemhöfer & Broersma, 2012.

Argument

The current argument in the function lextale() in this version must include 600 data points, i.e. of 10 paericipants to run the %correctAV scoring analysis.

Installation

You can install the development version of Lextale from GitHub with:

# install.packages("devtools")
devtools::install_github("Ghozayel/Lextale")

Example

This is a basic example which shows you how to solve a common problem:

library(Lextale)
lextale(sample(c(0,1), replace = TRUE, 600))