WordListsAnalytics {WordListsAnalytics}R Documentation

PLT App function

Description

Main function of package. It executes a shiny application in local session. The user can load data, generate new descriptive words, apply a new clustering model, and use simulations to estimate the probability that two persons describe the same words based on their descriptions.

Usage

WordListsAnalytics()

Value

None (it executes a shiny application).

Examples

if(interactive()){
  WordListsAnalytics()
}

[Package WordListsAnalytics version 0.2.2 Index]