Movatterモバイル変換


[0]ホーム

URL:


lrd - Lexical Response Data

Overview

Thelrd package provides tools for quickly andaccurately processing the large amounts of lexical response data thatare typically generated from recall tests, while also being able tocontrol for minor errors in participant responses.

To install:

The following steps will install the development version oflrd. CRAN release coming soon!

  1. Install devtools if you do not have it. This package lets installpackages hosted on GitHub.install.packages("devtools")

  2. With devtools installed, you can then install lrd by executingthe following:devtools::install_github("npm27/lrd")

  3. Load the library to get started!library(lrd)

Scoring data:

This package contains four functions for scoring data.

  1. prop_correct_cued() This function can be used toscore cued-recall data.

  2. prop_correct_free() This function can be used toscore data from free recall studies.

  3. prop_correct_multiple() This function can be used toscore data from free recall studies when participants study multiple orrandom lists.

  4. prop_correct_sentence() This function can be used toscore sentence recall.

In additionally,arrange_data() can be used to convertwide format data to long format prior to scoring.

Detailed descriptions of each function are available in thedocumentation and in themanuscript.

You can also use theShiny app! Forstep-by-step instructions on using the Shiny application, see thehow-to-guide.

Contact:

We happily take comments and suggestions. Please emailnicholas.maxwell@usm.edu.


[8]ページ先頭

©2009-2025 Movatter.jp