Anchor.point: Anchor Point

Description Usage Arguments Examples

Description

This function allows the make Anchor point test for a given master scale data.

Usage

1
2
3
Anchor.point(master_scale_data, PD, total_observations, central_tendency,
  upper_green = 1.2, upper_red = 1.3, lower_green = 0.8,
  lower_red = 0.7)

Arguments

master_scale_data

A master scale data set needs to be specified.

PD

A PD variable needs to be specified as string.

total_observations

A total observations variable needs to be specified as string.

upper_green

An upper green threshold needs to be defined. The default value is 1.2.

upper_red

An upper red threshold needs to be defined. The default value is 1.3.

lower_green

A lower green threshold needs to be defined. The default value is 0.8.

lower_red

A lower red threshold needs to be defined. The default value is 0.7.

central_tendecy

A central tendency needs to be specified for testing.

Examples

1
Anchor.point(final_scale, "PD","Tot_obs", 0.6)

ayhandis/creditR documentation built on May 9, 2019, 8:41 a.m.