Learn R Programming

Morpho (version 2.1)

asymPermute: Assess differences in amount and direction of asymmetric variation

Description

Assess differences in amount and direction of asymmetric variation

Usage

asymPermute(x, groups, rounds = 1000, which = NULL)

Arguments

x
object of class symproc result from calling procSym with pairedLM specified
groups
factors determining grouping.
rounds
number of permutations
which
select which factorlevels to use, if NULL, all pairwise differences will be assessed after shuffling pooled data.

Value

  • distdifference between vector lengths of group means
  • angleangle (in radians) between vectors of group specific asymmetric deviation
  • meansactual group averages
  • p.distp-value obtained by comparing the actual distance to randomly acquired distances
  • p.anglep-value obtained by comparing the actual angle to randomly acquired angles
  • permudistvector containing differences between random group means' vector lenghts
  • permuanglevector containing angles between random group means' vectors
  • groupmeansarray with asymmetric displacement per group
  • levelscharacter vector containing the factors used

See Also

procSym