LIQ: LIQ

View source: R/LIQ.R

LIQR Documentation

LIQ

Description

This function defines a Literature Sophistication Index module for incorporation into a psychTestR timeline. Use this function if you want to include the LIQ in a battery of other tests, or if you want to add custom psychTestR pages to your test timeline. For a standalone implementation of the LIQ, consider using LIQ_standalone().

Usage

LIQ(
  label = "LIQ",
  with_intro = TRUE,
  with_finish = FALSE,
  dict = mpipoet::mpipoet_dict
)

Arguments

label

(Character scalar) Label to give the LIQ results in the output file.

with_intro

(Logical scalar) Flag whether to show intro page or not.

with_finish

(Logical scalar) Flag whether to show final page or not.

dict

The psychTestR dictionary used for internationalisation.


klausfrieler/mpipoet documentation built on April 6, 2024, 6:13 a.m.