plotMA: Motivation and Ability Plot

Description Usage Arguments References Examples

Description

This function generates the Motivation and Ability plot for a dataset according to the FBM. Some options may be used in order to obtain maximum visual information

Usage

1
plotMA(a, m, id, samplePlot, harmean, dynamic.threshold, fbm.threshold, main)

Arguments

a

vector of Ability values

m

vector of Motivaton Values

id

identifies the Motivation and Ability for a given database register and informs each trigger type is best recommended

samplePlot

example plot using basic options and auto generation via axis.Ability and axis.Motivation functions

harmean

plots the harmonic mean of the dataset

dynamic.threshold

plots a dynamic threshold line allocated on the dataset central tendency

fbm.threshold

plots the original (fixed) threshold line proposed on the fbm

main

plot title

References

Marcus Guimaraes <guimaraesmvf@gmail.com>

Examples

1
2
3
4
5
6
plotMA(abil, motiv)
plotMA(samplePlot=TRUE)
plotMA(axis.Ability(n=100,full.estimation=T), axis.Motivation(n=100, full.estimation=T))
plotMA(axis.Ability(n=30, time=abil[1:30,1], est.socialdev=T), motiv[1:30,1:2])
plotMA(aVal, mVal, id=100, dynamic.threshold=T)
plotMA(axis.Ability(n=150, full.estimation=T), axis.Motivation(n=150, full.estimation=T), id=50)

Guimaraesmvf/fbmR documentation built on May 6, 2019, 9:44 p.m.