Skip to content
/ Lextale Public
forked from Ghozayel/Lextale

The LexTALE-package calculates the % correctAv score for the LexTALE-test.

License

Notifications You must be signed in to change notification settings

ArabR/Lextale

 
 

Repository files navigation

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))

About

The LexTALE-package calculates the % correctAv score for the LexTALE-test.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%