Description Usage Arguments Examples
This function allows the make Anchor point test for a given master scale data.
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)
|
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. |
1 | Anchor.point(final_scale, "PD","Tot_obs", 0.6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.