DissTot: Overall Dissimilarities between stimuli.

Description Usage Arguments Value Examples

View source: R/DissTot.R

Description

Creates the matrix of dissimilarities between stimuli.

Usage

1
DissTot(Part)

Arguments

Part

Object of class SortingPartition

Value

The matrix of dissimilarities between stimuli (number of times that two stimuli have not been grouped)

Examples

1
2
3
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  DisTot<-DissTot(Aroma)

Example output

Loading required package: smacof
Loading required package: plotrix

Attaching package: 'smacof'

The following object is masked from 'package:base':

    transform

Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-4
Loading required package: ellipse

Attaching package: 'ellipse'

The following object is masked from 'package:graphics':

    pairs

FreeSortR documentation built on May 2, 2019, 2:47 p.m.