computeMetrics_onFrameSequence: metrics_onFrames_local

Description Usage Arguments Value Warning Examples

Description

compute basic metrics between two modalities of the ComparisonFactor Factor for a specific point

Usage

1
2
computeMetrics_onFrameSequence(table, metricsFunction, Label, Context,
  Axes, modality1, modality2, comparisonLabel = NULL)

Arguments

table

[dataframe] all-cycle table

metricsFunction

[string] metrics ( eg, mae, rmse) to apply

Label

[string] label of the frame sequence

Context

[string] context of the frame sequence

Axes

[string] axis of the frame sequence

modality1

[string] 1st selected modality of the independant variable (ComparisonFactor)

modality2

[string] 2nd selected modality of the independant variable (ComparisonFactor)

comparisonLabel

[string] label given to the comparison

frameIndexes

[list] selected frame indexes

Value

[dataframe]

Warning

need construction of the factor ComparisonFactor

Examples

1
computeMetrics_onFrameSequence(kinematicTable,"rmse", "LKneeAngles","Left",c("X","Y","Z"),"Rigid","THIsta")

pyCGM2/rCGM2 documentation built on July 28, 2020, 2:09 p.m.