judge_Pot: Judge the potential

View source: R/judge_Pot.R

judge_PotR Documentation

Judge the potential

Description

Judge the potential of a student by his/her current academic performance and predicted academic performance. It is assumed that the difference between current academic performance and predicted academic performance is potential on academic.

Usage

judge_Pot(
  Curr_acd,
  predict_acd,
  pot_lvl1 = 15,
  pot_lvl2 = 10,
  abs_lvl1 = 20,
  abs_lvl2 = 10
)

Arguments

Curr_acd

Numerical, current academic performance, standardized.

predict_acd,

Numerical, predicted academic performance.

pot_lvl1, pot_lvl2

Numerical, the amount of potential needed for different level

abs_lvl1, abs_lvl2

Numerical, the absolute level away from average level(100) needed for different level

Value

A factor vector, in which the factor levels are the predefined judgment.


Blockhead-yj/report.iqz documentation built on March 18, 2022, 5:30 a.m.