diff --git a/_pkgdown.yml b/_pkgdown.yml deleted file mode 100644 index e0066c56..00000000 --- a/_pkgdown.yml +++ /dev/null @@ -1,4 +0,0 @@ -url: http://markheckmann.github.io/OpenRepGrid/ -template: - bootstrap: 5 - diff --git a/docs/_EADME.html b/docs/_EADME.html deleted file mode 100644 index a6491760..00000000 --- a/docs/_EADME.html +++ /dev/null @@ -1,130 +0,0 @@ - -OpenRepGrid • OpenRepGrid - Skip to contents - - -
-
-
- - -
- - -

CRAN status AppVeyor build status Codecov test coverage R-CMD-check

-
-

You love repertory grids? So do we! Find out about a powerful tool to analyze your grids!

-
-
-
-

Introduction

-

OpenRepGrid is an R package to analyze and visualize repertory grid (often abbreviated grid or repgrid) data. The repertory grid technique (RGT) is a data collection method which originated from Personal Construct Theory (PCT) [@kelly_psychology_1955]. It was originally designed as an instrument for psychotherapy to shed light on a client’s construction of the world. Over subsequent decades, the technique has been adopted in many other fields, including market, organizational, political, educational and sensory research [@fransella_manual_2004].

-

The data the RGT generates is qualitative and quantitative. On the qualitative side, the technique elicits the repertory of bipolar attributes (e.g. smart vs. dull, so called constructs in PCT terminology) an individual uses to make distinctions between entities of the world (e.g. different people, so called elements in PCT terminolgy). On the quatitative side, it requires rating each element on each elicited personal construct (e.g. Martin gets a score of 2 on the quarrelsome = 1 vs. peaceful = 6 construct, indicating that Martin is quite quarrelsome). The result of the data collection procedure is a data matrix. The constructs are usually presented as matrix rows, the elements as columns and each cell contains the corresponding rating score. Figure 1 depicts a repertory grid data set, with the rows (constructs) and columns (elements) being clustered by similarity (see below for details). A thorough introduction to the repertory grid technique is given by @fransella_manual_2004.

-
-

Overview

-

You can install the latest release version from CRAN by typing

-
install.packages("OpenRepGrid", dep = TRUE)
-

To install the latest development version from github you can use the devtools package.

-
library(devtools)
-install_github("markheckmann/OpenRepGrid") 
-

To load the OpenRepGrid package after installation type

-
library(OpenRepGrid) 
-

And for a first impression of the package features type

-
demo(OpenRepGrid)
-
-
-

Lifecycle

-

lifecycle

-

OpenRepGrid is still in alpha phase. Please be aware that API changes may occur.

-
-
-

Citation

-

If you use OpenRepGrid in your publications, you can cite it as follows.

-
-

Heckmann, M. (2023). OpenRepGrid: An R package for the analysis of repertory grids. ZENODO. doi:10.5281/zenodo.11623, R package version 0.0.15.

-
-

DOI

-
-
-

Contributors

-
  • -Mark Heckmann (maintainer)
  • -
  • Richard C. Bell
  • -
  • Alejandro García Gutiérrez (@j4n7)
  • -
  • Diego Vitali (@artoo-git)
  • -
  • José Antonio González Del Puerto (@MindCartographer)
  • -
  • Jonathan D. Raskin
  • -
-
- - -
- - -
- - - - - - - diff --git a/docs/_TODO.html b/docs/_TODO.html deleted file mode 100644 index 543e5320..00000000 --- a/docs/_TODO.html +++ /dev/null @@ -1,95 +0,0 @@ - -TODOs • OpenRepGrid - Skip to contents - - -
-
-
- -
- -
  • move documentation to pkgdown
  • -
  • use linter / styler package for code formatting
  • -
  • switch to cli package for console output?
  • -
  • make some function generic so they accept repgridlists as well (index functions)
  • -
  • Format scripts with RStudio comment headers to make them more readable
  • -
  • Redo printing wherever necessary
  • -
  • replace print funs in constructCor etc. with print_square_matrix
  • -
  • move gh-pages to /docs folder
  • -
  • add tests
  • -
  • biplot with others in one function (see email José)
  • -
  • intensity for elements does not yet match
  • -
  • add tests for reorder
  • -
  • build bipolar variant of construct matches? (similar to IC)
  • -
- -
- - -
- - - - - - - diff --git a/docs/articles/web/visualization-biplot.html b/docs/articles/web/visualization-biplot.html index d0be8f82..2f38c0cf 100644 --- a/docs/articles/web/visualization-biplot.html +++ b/docs/articles/web/visualization-biplot.html @@ -197,8 +197,8 @@

Chrome).

 biplot3d(boeker)
-
- +
+
diff --git a/docs/articles/web/visualization-biplot_files/figure-html/biploPseudo3d-1.png b/docs/articles/web/visualization-biplot_files/figure-html/biploPseudo3d-1.png index f1a13e54..e4566b3c 100644 Binary files a/docs/articles/web/visualization-biplot_files/figure-html/biploPseudo3d-1.png and b/docs/articles/web/visualization-biplot_files/figure-html/biploPseudo3d-1.png differ diff --git a/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-1.png b/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-1.png index a0793afc..4aec24d4 100644 Binary files a/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-1.png and b/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-1.png differ diff --git a/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-1-1.png b/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-1-1.png index eb4fcbf5..9ae6cd52 100644 Binary files a/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-1-1.png and b/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-1-1.png differ diff --git a/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-2-1.png b/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-2-1.png index d010ce85..15395e1f 100644 Binary files a/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-2-1.png and b/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-2-1.png differ diff --git a/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-3-1.png b/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-3-1.png index 46980d26..4e014674 100644 Binary files a/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-3-1.png and b/docs/articles/web/visualization-biplot_files/figure-html/biplot2d-transforms-3-1.png differ diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 3666105e..33c51a26 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -25,7 +25,7 @@ articles: settings: web/settings.html visualization-bertin: web/visualization-bertin.html visualization-biplot: web/visualization-biplot.html -last_built: 2023-12-28T15:08Z +last_built: 2023-12-28T18:19Z urls: reference: https://docs.openrepgrid.org/reference article: https://docs.openrepgrid.org/articles diff --git a/docs/reference/bindConstructs.html b/docs/reference/bindConstructs.html index f69f75d4..d09dab06 100644 --- a/docs/reference/bindConstructs.html +++ b/docs/reference/bindConstructs.html @@ -119,35 +119,35 @@

Examples#> The grid is rated on a scale from 1 (left pole) to 5 (right pole) #> #> RATINGS: -#> 8 - the without -#> as beyond novel has any - 7 | 9 - airplane -#> beyond good customer of - 6 | | | 10 - as mainland -#> paying - 5 | | | | | 11 - activity -#> money before before Mark - 4 | | | | | | | 12 - of tricks Brownstone o -#> ng mainland without he - 3 | | | | | | | | | 13 - Brownstone -#> his forced beyond - 2 | | | | | | | | | | | 14 - the essentially fo -#> ity activity witho - 1 | | | | | | | | | | | | | 15 - he flees blackma +#> 8 - an as by +#> who without away - 7 | 9 - fishing +#> happened tricks him he novel - 6 | | | 10 - to charter the the +#> shing into economic beyond - 5 | | | | | 11 - money +#> by happened his - 4 | | | | | | | 12 - airplane man charter t +#> the realizes airplane - 3 | | | | | | | | | 13 - she an has he +#> inland good Mr. depi - 2 | | | | | | | | | | | 14 - any forced by +#> his depicts - 1 | | | | | | | | | | | | | 15 - forces #> | | | | | | | | | | | | | | | -#> re essentially (1) 1 4 2 5 3 4 2 4 3 2 1 4 3 5 2 (1) happened forc -#> tivity as back (2) 4 5 4 3 5 3 2 1 1 3 2 5 2 4 2 (2) fishing his b -#> Johnson Harry (3) 3 4 3 2 5 3 5 4 5 2 2 2 4 5 3 (3) has mainland -#> essentially o (4) 4 1 3 5 4 5 5 1 5 5 2 2 4 4 1 (4) who slipping -#> appened fishin (5) 5 2 5 3 4 3 5 3 1 1 1 4 2 3 4 (5) by she novel -#> n forced beyon (6) 1 2 5 5 2 4 1 3 5 1 3 2 3 2 2 (6) money mainlan -#> m forced his m (7) 1 5 4 1 4 4 5 5 4 4 3 4 2 2 1 (7) she money -#> Mark she she (8) 4 4 5 1 5 2 3 2 4 4 3 4 4 1 2 (8) is Mark happe -#> back the (9) 2 3 1 4 1 1 3 3 5 4 5 2 3 4 2 (9) forced -#> fishing his (10) 3 5 4 5 1 5 1 5 2 4 2 4 3 4 5 (10) his realizes -#> owes happened (11) 1 2 4 3 2 2 3 4 2 2 2 3 2 2 3 (11) without payi -#> rced realizes (12) 3 2 3 2 4 4 4 4 1 5 1 1 3 3 4 (12) owes then hi -#> plane an Mark (13) 4 2 4 5 2 2 3 2 3 1 3 1 5 2 2 (13) he I forces -#> Mark who (14) 3 4 3 2 2 2 5 3 2 4 4 1 2 1 4 (14) without has -#> mer beyond an (15) 1 3 1 2 2 2 2 1 5 2 2 5 2 3 5 (15) to the reali -#> the as him to (16) 1 4 3 5 1 2 5 2 2 2 1 2 1 4 2 (16) is owes Brow -#> the (17) 5 2 5 5 3 3 5 3 4 1 2 1 2 2 4 (17) away economi -#> Brownstone (18) 4 3 5 1 3 2 5 5 1 3 1 5 5 1 2 (18) forces his a -#> l to happened (19) 1 2 4 1 5 2 3 4 4 4 3 2 5 5 3 (19) I good as Mr -#> Brownstone in (20) 3 2 5 5 2 1 1 4 1 3 1 3 2 3 4 (20) before I Mr. +#> thout the into (1) 4 2 1 1 1 5 3 4 2 4 1 2 4 2 3 (1) Harry into +#> ts is by beyon (2) 3 4 4 4 4 4 5 5 4 2 2 1 5 1 5 (2) to man the +#> man initially (3) 2 1 5 3 5 5 3 2 5 3 3 4 4 1 5 (3) initially for +#> e essentially (4) 5 3 4 4 3 4 3 5 3 3 1 1 2 5 3 (4) of he I she a +#> es then any of (5) 4 4 2 1 2 5 3 4 4 2 3 3 1 4 4 (5) of paying +#> the I novel by (6) 1 5 4 4 5 4 1 5 3 4 4 3 2 1 3 (6) owes forces f +#> him happened (7) 4 4 1 1 3 4 5 4 1 3 4 1 5 4 3 (7) forced +#> ipping what sh (8) 3 1 1 4 4 1 2 3 5 4 2 3 3 5 3 (8) essentially i +#> s airplane Bro (9) 4 1 1 1 5 1 3 3 3 3 3 2 1 3 3 (9) activity man +#> blackmarket (10) 4 3 4 4 1 3 5 3 3 5 3 2 2 3 4 (10) flees as I J +#> customer owe (11) 1 5 5 4 4 5 5 1 1 3 2 1 5 1 1 (11) man tricks f +#> away beyond f (12) 1 5 4 5 2 3 2 2 2 2 4 1 5 4 2 (12) blackmarket +#> rk charter he (13) 4 2 2 1 2 1 2 3 2 4 5 4 4 5 3 (13) has activity +#> oney has as B (14) 3 4 3 3 4 4 1 1 3 4 2 5 1 2 4 (14) customer cha +#> economic what (15) 3 3 3 4 3 1 2 3 3 1 3 5 2 2 5 (15) by +#> he back the (16) 1 1 1 4 1 4 4 5 5 4 1 2 2 1 3 (16) what slippin +#> n Mr. without (17) 4 5 5 3 5 2 5 2 2 3 2 2 3 2 5 (17) who away Mr. +#> ping by mainl (18) 4 1 1 3 2 4 4 3 2 2 5 5 3 5 4 (18) Johnson he m +#> rter happened (19) 4 4 3 5 4 4 3 4 5 5 2 1 1 5 3 (19) has depicts +#> Mark (20) 5 5 1 3 5 5 5 1 3 1 5 1 1 5 3 (20) slipping an #> bindConstructs(a, b, a) #> @@ -159,45 +159,45 @@

Examples#> The grid is rated on a scale from 1 (left pole) to 5 (right pole) #> #> RATINGS: -#> 8 - the without -#> as beyond novel has any - 7 | 9 - airplane -#> beyond good customer of - 6 | | | 10 - as mainland -#> paying - 5 | | | | | 11 - activity -#> money before before Mark - 4 | | | | | | | 12 - of tricks Brownstone o -#> ng mainland without he - 3 | | | | | | | | | 13 - Brownstone -#> his forced beyond - 2 | | | | | | | | | | | 14 - the essentially fo -#> ity activity witho - 1 | | | | | | | | | | | | | 15 - he flees blackma +#> 8 - an as by +#> who without away - 7 | 9 - fishing +#> happened tricks him he novel - 6 | | | 10 - to charter the the +#> shing into economic beyond - 5 | | | | | 11 - money +#> by happened his - 4 | | | | | | | 12 - airplane man charter t +#> the realizes airplane - 3 | | | | | | | | | 13 - she an has he +#> inland good Mr. depi - 2 | | | | | | | | | | | 14 - any forced by +#> his depicts - 1 | | | | | | | | | | | | | 15 - forces #> | | | | | | | | | | | | | | | -#> re essentially (1) 1 4 2 5 3 4 2 4 3 2 1 4 3 5 2 (1) happened forc -#> tivity as back (2) 4 5 4 3 5 3 2 1 1 3 2 5 2 4 2 (2) fishing his b -#> Johnson Harry (3) 3 4 3 2 5 3 5 4 5 2 2 2 4 5 3 (3) has mainland -#> essentially o (4) 4 1 3 5 4 5 5 1 5 5 2 2 4 4 1 (4) who slipping -#> appened fishin (5) 5 2 5 3 4 3 5 3 1 1 1 4 2 3 4 (5) by she novel -#> n forced beyon (6) 1 2 5 5 2 4 1 3 5 1 3 2 3 2 2 (6) money mainlan -#> m forced his m (7) 1 5 4 1 4 4 5 5 4 4 3 4 2 2 1 (7) she money -#> Mark she she (8) 4 4 5 1 5 2 3 2 4 4 3 4 4 1 2 (8) is Mark happe -#> back the (9) 2 3 1 4 1 1 3 3 5 4 5 2 3 4 2 (9) forced -#> fishing his (10) 3 5 4 5 1 5 1 5 2 4 2 4 3 4 5 (10) his realizes -#> owes happened (11) 1 2 4 3 2 2 3 4 2 2 2 3 2 2 3 (11) without payi -#> rced realizes (12) 3 2 3 2 4 4 4 4 1 5 1 1 3 3 4 (12) owes then hi -#> plane an Mark (13) 4 2 4 5 2 2 3 2 3 1 3 1 5 2 2 (13) he I forces -#> Mark who (14) 3 4 3 2 2 2 5 3 2 4 4 1 2 1 4 (14) without has -#> mer beyond an (15) 1 3 1 2 2 2 2 1 5 2 2 5 2 3 5 (15) to the reali -#> the as him to (16) 1 4 3 5 1 2 5 2 2 2 1 2 1 4 2 (16) is owes Brow -#> the (17) 5 2 5 5 3 3 5 3 4 1 2 1 2 2 4 (17) away economi -#> Brownstone (18) 4 3 5 1 3 2 5 5 1 3 1 5 5 1 2 (18) forces his a -#> l to happened (19) 1 2 4 1 5 2 3 4 4 4 3 2 5 5 3 (19) I good as Mr -#> Brownstone in (20) 3 2 5 5 2 1 1 4 1 3 1 3 2 3 4 (20) before I Mr. -#> e essentially (21) 1 4 2 5 3 4 2 4 3 2 1 4 3 5 2 (21) happened for -#> ivity as back (22) 4 5 4 3 5 3 2 1 1 3 2 5 2 4 2 (22) fishing his -#> Johnson Harry (23) 3 4 3 2 5 3 5 4 5 2 2 2 4 5 3 (23) has mainland -#> essentially o (24) 4 1 3 5 4 5 5 1 5 5 2 2 4 4 1 (24) who slipping -#> ppened fishin (25) 5 2 5 3 4 3 5 3 1 1 1 4 2 3 4 (25) by she novel -#> forced beyon (26) 1 2 5 5 2 4 1 3 5 1 3 2 3 2 2 (26) money mainla -#> forced his m (27) 1 5 4 1 4 4 5 5 4 4 3 4 2 2 1 (27) she money -#> Mark she she (28) 4 4 5 1 5 2 3 2 4 4 3 4 4 1 2 (28) is Mark happ -#> back the (29) 2 3 1 4 1 1 3 3 5 4 5 2 3 4 2 (29) forced -#> fishing his (30) 3 5 4 5 1 5 1 5 2 4 2 4 3 4 5 (30) his realizes +#> thout the into (1) 4 2 1 1 1 5 3 4 2 4 1 2 4 2 3 (1) Harry into +#> ts is by beyon (2) 3 4 4 4 4 4 5 5 4 2 2 1 5 1 5 (2) to man the +#> man initially (3) 2 1 5 3 5 5 3 2 5 3 3 4 4 1 5 (3) initially for +#> e essentially (4) 5 3 4 4 3 4 3 5 3 3 1 1 2 5 3 (4) of he I she a +#> es then any of (5) 4 4 2 1 2 5 3 4 4 2 3 3 1 4 4 (5) of paying +#> the I novel by (6) 1 5 4 4 5 4 1 5 3 4 4 3 2 1 3 (6) owes forces f +#> him happened (7) 4 4 1 1 3 4 5 4 1 3 4 1 5 4 3 (7) forced +#> ipping what sh (8) 3 1 1 4 4 1 2 3 5 4 2 3 3 5 3 (8) essentially i +#> s airplane Bro (9) 4 1 1 1 5 1 3 3 3 3 3 2 1 3 3 (9) activity man +#> blackmarket (10) 4 3 4 4 1 3 5 3 3 5 3 2 2 3 4 (10) flees as I J +#> customer owe (11) 1 5 5 4 4 5 5 1 1 3 2 1 5 1 1 (11) man tricks f +#> away beyond f (12) 1 5 4 5 2 3 2 2 2 2 4 1 5 4 2 (12) blackmarket +#> rk charter he (13) 4 2 2 1 2 1 2 3 2 4 5 4 4 5 3 (13) has activity +#> oney has as B (14) 3 4 3 3 4 4 1 1 3 4 2 5 1 2 4 (14) customer cha +#> economic what (15) 3 3 3 4 3 1 2 3 3 1 3 5 2 2 5 (15) by +#> he back the (16) 1 1 1 4 1 4 4 5 5 4 1 2 2 1 3 (16) what slippin +#> n Mr. without (17) 4 5 5 3 5 2 5 2 2 3 2 2 3 2 5 (17) who away Mr. +#> ping by mainl (18) 4 1 1 3 2 4 4 3 2 2 5 5 3 5 4 (18) Johnson he m +#> rter happened (19) 4 4 3 5 4 4 3 4 5 5 2 1 1 5 3 (19) has depicts +#> Mark (20) 5 5 1 3 5 5 5 1 3 1 5 1 1 5 3 (20) slipping an +#> hout the into (21) 4 2 1 1 1 5 3 4 2 4 1 2 4 2 3 (21) Harry into +#> s is by beyon (22) 3 4 4 4 4 4 5 5 4 2 2 1 5 1 5 (22) to man the +#> man initially (23) 2 1 5 3 5 5 3 2 5 3 3 4 4 1 5 (23) initially fo +#> essentially (24) 5 3 4 4 3 4 3 5 3 3 1 1 2 5 3 (24) of he I she +#> s then any of (25) 4 4 2 1 2 5 3 4 4 2 3 3 1 4 4 (25) of paying +#> he I novel by (26) 1 5 4 4 5 4 1 5 3 4 4 3 2 1 3 (26) owes forces +#> him happened (27) 4 4 1 1 3 4 5 4 1 3 4 1 5 4 3 (27) forced +#> pping what sh (28) 3 1 1 4 4 1 2 3 5 4 2 3 3 5 3 (28) essentially +#> airplane Bro (29) 4 1 1 1 5 1 3 3 3 3 3 2 1 3 3 (29) activity man +#> blackmarket (30) 4 3 4 4 1 3 5 3 3 5 3 2 2 3 4 (30) flees as I J #> # using lists of repgrid objects @@ -211,45 +211,45 @@

Examples#> The grid is rated on a scale from 1 (left pole) to 5 (right pole) #> #> RATINGS: -#> 8 - the without -#> as beyond novel has any - 7 | 9 - airplane -#> beyond good customer of - 6 | | | 10 - as mainland -#> paying - 5 | | | | | 11 - activity -#> money before before Mark - 4 | | | | | | | 12 - of tricks Brownstone o -#> ng mainland without he - 3 | | | | | | | | | 13 - Brownstone -#> his forced beyond - 2 | | | | | | | | | | | 14 - the essentially fo -#> ity activity witho - 1 | | | | | | | | | | | | | 15 - he flees blackma +#> 8 - an as by +#> who without away - 7 | 9 - fishing +#> happened tricks him he novel - 6 | | | 10 - to charter the the +#> shing into economic beyond - 5 | | | | | 11 - money +#> by happened his - 4 | | | | | | | 12 - airplane man charter t +#> the realizes airplane - 3 | | | | | | | | | 13 - she an has he +#> inland good Mr. depi - 2 | | | | | | | | | | | 14 - any forced by +#> his depicts - 1 | | | | | | | | | | | | | 15 - forces #> | | | | | | | | | | | | | | | -#> re essentially (1) 1 4 2 5 3 4 2 4 3 2 1 4 3 5 2 (1) happened forc -#> tivity as back (2) 4 5 4 3 5 3 2 1 1 3 2 5 2 4 2 (2) fishing his b -#> Johnson Harry (3) 3 4 3 2 5 3 5 4 5 2 2 2 4 5 3 (3) has mainland -#> essentially o (4) 4 1 3 5 4 5 5 1 5 5 2 2 4 4 1 (4) who slipping -#> appened fishin (5) 5 2 5 3 4 3 5 3 1 1 1 4 2 3 4 (5) by she novel -#> n forced beyon (6) 1 2 5 5 2 4 1 3 5 1 3 2 3 2 2 (6) money mainlan -#> m forced his m (7) 1 5 4 1 4 4 5 5 4 4 3 4 2 2 1 (7) she money -#> Mark she she (8) 4 4 5 1 5 2 3 2 4 4 3 4 4 1 2 (8) is Mark happe -#> back the (9) 2 3 1 4 1 1 3 3 5 4 5 2 3 4 2 (9) forced -#> fishing his (10) 3 5 4 5 1 5 1 5 2 4 2 4 3 4 5 (10) his realizes -#> e essentially (11) 1 4 2 5 3 4 2 4 3 2 1 4 3 5 2 (11) happened for -#> ivity as back (12) 4 5 4 3 5 3 2 1 1 3 2 5 2 4 2 (12) fishing his -#> Johnson Harry (13) 3 4 3 2 5 3 5 4 5 2 2 2 4 5 3 (13) has mainland -#> essentially o (14) 4 1 3 5 4 5 5 1 5 5 2 2 4 4 1 (14) who slipping -#> ppened fishin (15) 5 2 5 3 4 3 5 3 1 1 1 4 2 3 4 (15) by she novel -#> forced beyon (16) 1 2 5 5 2 4 1 3 5 1 3 2 3 2 2 (16) money mainla -#> forced his m (17) 1 5 4 1 4 4 5 5 4 4 3 4 2 2 1 (17) she money -#> Mark she she (18) 4 4 5 1 5 2 3 2 4 4 3 4 4 1 2 (18) is Mark happ -#> back the (19) 2 3 1 4 1 1 3 3 5 4 5 2 3 4 2 (19) forced -#> fishing his (20) 3 5 4 5 1 5 1 5 2 4 2 4 3 4 5 (20) his realizes -#> owes happened (21) 1 2 4 3 2 2 3 4 2 2 2 3 2 2 3 (21) without payi -#> rced realizes (22) 3 2 3 2 4 4 4 4 1 5 1 1 3 3 4 (22) owes then hi -#> plane an Mark (23) 4 2 4 5 2 2 3 2 3 1 3 1 5 2 2 (23) he I forces -#> Mark who (24) 3 4 3 2 2 2 5 3 2 4 4 1 2 1 4 (24) without has -#> mer beyond an (25) 1 3 1 2 2 2 2 1 5 2 2 5 2 3 5 (25) to the reali -#> the as him to (26) 1 4 3 5 1 2 5 2 2 2 1 2 1 4 2 (26) is owes Brow -#> the (27) 5 2 5 5 3 3 5 3 4 1 2 1 2 2 4 (27) away economi -#> Brownstone (28) 4 3 5 1 3 2 5 5 1 3 1 5 5 1 2 (28) forces his a -#> l to happened (29) 1 2 4 1 5 2 3 4 4 4 3 2 5 5 3 (29) I good as Mr -#> Brownstone in (30) 3 2 5 5 2 1 1 4 1 3 1 3 2 3 4 (30) before I Mr. +#> thout the into (1) 4 2 1 1 1 5 3 4 2 4 1 2 4 2 3 (1) Harry into +#> ts is by beyon (2) 3 4 4 4 4 4 5 5 4 2 2 1 5 1 5 (2) to man the +#> man initially (3) 2 1 5 3 5 5 3 2 5 3 3 4 4 1 5 (3) initially for +#> e essentially (4) 5 3 4 4 3 4 3 5 3 3 1 1 2 5 3 (4) of he I she a +#> es then any of (5) 4 4 2 1 2 5 3 4 4 2 3 3 1 4 4 (5) of paying +#> the I novel by (6) 1 5 4 4 5 4 1 5 3 4 4 3 2 1 3 (6) owes forces f +#> him happened (7) 4 4 1 1 3 4 5 4 1 3 4 1 5 4 3 (7) forced +#> ipping what sh (8) 3 1 1 4 4 1 2 3 5 4 2 3 3 5 3 (8) essentially i +#> s airplane Bro (9) 4 1 1 1 5 1 3 3 3 3 3 2 1 3 3 (9) activity man +#> blackmarket (10) 4 3 4 4 1 3 5 3 3 5 3 2 2 3 4 (10) flees as I J +#> hout the into (11) 4 2 1 1 1 5 3 4 2 4 1 2 4 2 3 (11) Harry into +#> s is by beyon (12) 3 4 4 4 4 4 5 5 4 2 2 1 5 1 5 (12) to man the +#> man initially (13) 2 1 5 3 5 5 3 2 5 3 3 4 4 1 5 (13) initially fo +#> essentially (14) 5 3 4 4 3 4 3 5 3 3 1 1 2 5 3 (14) of he I she +#> s then any of (15) 4 4 2 1 2 5 3 4 4 2 3 3 1 4 4 (15) of paying +#> he I novel by (16) 1 5 4 4 5 4 1 5 3 4 4 3 2 1 3 (16) owes forces +#> him happened (17) 4 4 1 1 3 4 5 4 1 3 4 1 5 4 3 (17) forced +#> pping what sh (18) 3 1 1 4 4 1 2 3 5 4 2 3 3 5 3 (18) essentially +#> airplane Bro (19) 4 1 1 1 5 1 3 3 3 3 3 2 1 3 3 (19) activity man +#> blackmarket (20) 4 3 4 4 1 3 5 3 3 5 3 2 2 3 4 (20) flees as I J +#> customer owe (21) 1 5 5 4 4 5 5 1 1 3 2 1 5 1 1 (21) man tricks f +#> away beyond f (22) 1 5 4 5 2 3 2 2 2 2 4 1 5 4 2 (22) blackmarket +#> rk charter he (23) 4 2 2 1 2 1 2 3 2 4 5 4 4 5 3 (23) has activity +#> oney has as B (24) 3 4 3 3 4 4 1 1 3 4 2 5 1 2 4 (24) customer cha +#> economic what (25) 3 3 3 4 3 1 2 3 3 1 3 5 2 2 5 (25) by +#> he back the (26) 1 1 1 4 1 4 4 5 5 4 1 2 2 1 3 (26) what slippin +#> n Mr. without (27) 4 5 5 3 5 2 5 2 2 3 2 2 3 2 5 (27) who away Mr. +#> ping by mainl (28) 4 1 1 3 2 4 4 3 2 2 5 5 3 5 4 (28) Johnson he m +#> rter happened (29) 4 4 3 5 4 4 3 4 5 5 2 1 1 5 3 (29) has depicts +#> Mark (30) 5 5 1 3 5 5 5 1 3 1 5 1 1 5 3 (30) slipping an #>

diff --git a/docs/reference/extract-methods.html b/docs/reference/extract-methods.html index 6e99036c..9e44b216 100644 --- a/docs/reference/extract-methods.html +++ b/docs/reference/extract-methods.html @@ -101,19 +101,19 @@

Examples#> The grid is rated on a scale from 1 (left pole) to 5 (right pole) #> #> RATINGS: -#> 8 - paying realizes paying economi -#> any flees without forced she - 7 | 9 - Harry owes to tricks what -#> happened to - 6 | | | 10 - money then the -#> she - 5 | | | | | 11 - before -#> by owes - 4 | | | | | | | 12 - beyond away Johnson wh -#> by tricks - 3 | | | | | | | | | 13 - the Harry man -#> ack customer activit - 2 | | | | | | | | | | | 14 - his I -#> beyond tricks man - 1 | | | | | | | | | | | | | 15 - what before +#> 8 - happened the any +#> is as airplane - 7 | 9 - back +#> money him charter an - 6 | | | 10 - who him an forces +#> the Mr. control back - 5 | | | | | 11 - activity +#> e good essentially slipp - 4 | | | | | | | 12 - without forces depicts +#> by - 3 | | | | | | | | | 13 - money who +#> away has airplane by - 2 | | | | | | | | | | | 14 - as owes control by +#> she to who - 1 | | | | | | | | | | | | | 15 - charter as flees #> | | | | | | | | | | | | | | | -#> by away an an (1) 5 2 1 2 4 3 3 2 2 2 3 4 4 2 4 (1) by he Harry a -#> Mr. money (2) 4 1 5 3 3 3 2 4 5 1 2 1 5 5 5 (2) he slipping i -#> forces into (3) 2 5 3 3 4 1 5 3 3 3 5 5 4 1 4 (3) back I forced -#> y flees the by (4) 4 2 4 3 4 5 1 5 2 1 4 1 3 4 4 (4) then then goo +#> happened (1) 4 2 5 2 4 3 1 3 2 4 1 3 4 2 3 (1) charter force +#> the (2) 3 3 1 2 5 5 2 3 3 3 2 1 5 2 3 (2) he into depic +#> happened he Ma (3) 4 1 4 3 1 4 5 5 3 4 4 1 2 5 1 (3) Brownstone +#> an Johnson (4) 1 4 3 5 1 3 3 5 5 5 4 2 1 5 4 (4) back #> x[, 1:3] #> @@ -125,19 +125,19 @@

Examples#> The grid is rated on a scale from 1 (left pole) to 5 (right pole) #> #> RATINGS: -#> 2 - man owes back custo -#> beyond tricks man - 1 | 3 - by tricks +#> 2 - forced away has air +#> she to who - 1 | 3 - by #> | | | -#> by away an an (1) 5 2 1 (1) by he Harry a -#> Mr. money (2) 4 1 5 (2) he slipping i -#> forces into (3) 2 5 3 (3) back I forced -#> y flees the by (4) 4 2 4 (4) then then goo -#> his (5) 2 1 4 (5) owes forces p -#> y Harry to the (6) 2 5 1 (6) the tricks -#> is Harry man (7) 5 5 4 (7) to initially -#> tricks any hap (8) 3 3 5 (8) who the fishi -#> nd what him ai (9) 3 3 2 (9) man an blackm -#> d Johnson pay (10) 2 4 2 (10) she activity +#> happened (1) 4 2 5 (1) charter force +#> the (2) 3 3 1 (2) he into depic +#> happened he Ma (3) 4 1 4 (3) Brownstone +#> an Johnson (4) 1 4 3 (4) back +#> without (5) 2 5 4 (5) who Brownston +#> realizes any i (6) 5 5 4 (6) owes man happ +#> lly economic o (7) 5 2 4 (7) what good nov +#> Harry (8) 5 3 2 (8) him his +#> money (9) 4 3 2 (9) blackmarket a +#> tivity forced (10) 3 3 2 (10) any control #> x[1:4, 1:3] #> @@ -149,13 +149,13 @@

Examples#> The grid is rated on a scale from 1 (left pole) to 5 (right pole) #> #> RATINGS: -#> 2 - man owes back custo -#> beyond tricks man - 1 | 3 - by tricks +#> 2 - forced away has air +#> she to who - 1 | 3 - by #> | | | -#> by away an an (1) 5 2 1 (1) by he Harry a -#> Mr. money (2) 4 1 5 (2) he slipping i -#> forces into (3) 2 5 3 (3) back I forced -#> y flees the by (4) 4 2 4 (4) then then goo +#> happened (1) 4 2 5 (1) charter force +#> the (2) 3 3 1 (2) he into depic +#> happened he Ma (3) 4 1 4 (3) Brownstone +#> an Johnson (4) 1 4 3 (4) back #> x[1, 1] #> @@ -167,9 +167,9 @@

Examples#> The grid is rated on a scale from 1 (left pole) to 5 (right pole) #> #> RATINGS: -#> any the beyond tricks -#> | -#> by away an an (1) 5 (1) by he Harry a +#> she to who - 1 +#> | +#> happened (1) 4 (1) charter force #> diff --git a/docs/reference/indexBieri-1.png b/docs/reference/indexBieri-1.png index 530e5c5b..9e4d7579 100644 Binary files a/docs/reference/indexBieri-1.png and b/docs/reference/indexBieri-1.png differ diff --git a/docs/reference/indexSelfConstruction-1.png b/docs/reference/indexSelfConstruction-1.png index b6f18d22..43bc0838 100644 Binary files a/docs/reference/indexSelfConstruction-1.png and b/docs/reference/indexSelfConstruction-1.png differ diff --git a/docs/reference/normalize.html b/docs/reference/normalize.html index 00c16f6f..948ce342 100644 --- a/docs/reference/normalize.html +++ b/docs/reference/normalize.html @@ -94,21 +94,21 @@

Value

Examples

x <- matrix(sample(1:5, 20, rep = TRUE), 4)
 normalize(x, 1) # normalizing rows
-#>          [,1]     [,2]      [,3]     [,4]     [,5]
-#> [1,] 0.877058 3.508232 2.6311741 1.754116 2.631174
-#> [2,] 2.738613 2.738613 2.7386128 4.564355 4.564355
-#> [3,] 1.217161 1.217161 0.6085806 2.434322 3.042903
-#> [4,] 2.236068 2.236068 4.4721360 2.236068 2.236068
+#>          [,1]      [,2]      [,3]     [,4]     [,5]
+#> [1,] 2.696799 2.0225996 0.6741999 3.370999 2.022600
+#> [2,] 3.508232 2.6311741 2.6311741 1.754116 0.877058
+#> [3,] 4.000000 2.0000000 3.0000000 2.000000 4.000000
+#> [4,] 1.978141 0.6593805 3.2969024 2.637522 2.637522
 #> attr(,"scaled:scale")
-#> [1] 1.1401754 1.0954451 1.6431677 0.8944272
+#> [1] 1.483240 1.140175 1.000000 1.516575
 normalize(x, 2) # normalizing columns
-#>          [,1]     [,2]      [,3]     [,4]     [,5]
-#> [1,] 1.224745 4.177864 2.3841582 1.333333 2.000000
-#> [2,] 3.674235 3.133398 2.3841582 3.333333 3.333333
-#> [3,] 2.449490 2.088932 0.7947194 2.666667 3.333333
-#> [4,] 2.449490 2.088932 3.1788777 1.333333 1.333333
+#>      [,1]     [,2]      [,3]     [,4]      [,5]
+#> [1,]    8 3.133398 0.6123724 3.333333 2.1213203
+#> [2,]    8 3.133398 1.8371173 1.333333 0.7071068
+#> [3,]    8 2.088932 1.8371173 1.333333 2.8284271
+#> [4,]    6 1.044466 3.0618622 2.666667 2.8284271
 #> attr(,"scaled:scale")
-#> [1] 0.8164966 0.9574271 1.2583057 1.5000000 1.5000000
+#> [1] 0.5000000 0.9574271 1.6329932 1.5000000 1.4142136
 
 
diff --git a/docs/reference/perturbate-1.png b/docs/reference/perturbate-1.png index 8a0aaba5..b8465e70 100644 Binary files a/docs/reference/perturbate-1.png and b/docs/reference/perturbate-1.png differ diff --git a/docs/reference/perturbate.html b/docs/reference/perturbate.html index 75d04bac..f492e9e4 100644 --- a/docs/reference/perturbate.html +++ b/docs/reference/perturbate.html @@ -308,7 +308,7 @@

Examples#> Note: As of v0.1.14 PVAFF is derived using PCA of the construct centered ratings by default.Before that the construct correlation matrix was used (see method=2). #> range(pp) # min and max PVAFF -#> [1] 0.3756286 0.4313464 +#> [1] 0.3627816 0.4440292 hist(pp, xlab = "PVAFF values") # visualize abline(v = p, col = "blue", lty = 2) diff --git a/docs/reference/randomSentence.html b/docs/reference/randomSentence.html index 56df00c5..1e90cdf7 100644 --- a/docs/reference/randomSentence.html +++ b/docs/reference/randomSentence.html @@ -89,7 +89,7 @@

Value

Examples

randomSentence(10) # one random sentence with 10 words
-#> [1] "Brownstone him his tricks economic he mainland I she as"
+#> [1] "owes forced control initially into control Harry away by owes"