@@ -65,7 +65,7 @@ How do I learn about `anticlust`
6565This README contains some basic information on the ` R ` package
6666` anticlust ` . More information is available via the following sources:
6767
68- - Up until now, we published 3 papers describing the theoretical
68+ - Up until now, we published 4 papers describing the theoretical
6969 background of ` anticlust ` .
7070 - The initial presentation of the ` anticlust ` package is given in
7171 Papenberg and Klau (2021)
@@ -232,16 +232,16 @@ As illustrated in the example, we can use the function
232232` anticlustering() ` to create similar groups of plants. In this case
233233“similar” primarily means that the means and standard deviations (in
234234parentheses) of the variables are pretty much the same across the five
235- groups, and that the species category was evenly assigned to groups. The
236- function ` anticlustering() ` takes as input a data table describing the
237- elements that should be assigned to sets. In the data table, each row
238- represents an element (here a plant, but it can be anything; for example
239- a person, word, or a photo). Each column is a numeric variable
240- describing one of the elements’ features. The number of groups is
241- specified through the argument ` K ` . The argument ` objective ` specifies
242- how between-group similarity is quantified; the argument ` method `
243- specifies the algorithm by which this measure is optimized. See the
244- documentation ` ?anticlustering ` for more details.
235+ groups, and that the species was evenly assigned to groups. The function
236+ ` anticlustering() ` takes as input a data table describing the elements
237+ that should be assigned to sets. In the data table, each row represents
238+ an element (here a plant, but it can be anything; for example a person,
239+ word, or a photo). Each column is a numeric variable describing one of
240+ the elements’ features. The number of groups is specified through the
241+ argument ` K ` . The argument ` objective ` specifies how between-group
242+ similarity is quantified; the argument ` method ` specifies the algorithm
243+ by which this measure is optimized. See the documentation
244+ ` ?anticlustering ` for more details.
245245
246246Five anticlustering objectives are natively supported in
247247` anticlustering() ` :
0 commit comments