Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: qyaozh/Keng

2025.10.8

09 Oct 09:51
3bb67fa

Choose a tag to compare

  • The bug of length(...) has been fixed.
  • powered_r() and powered_lm() are used to compute powers, and power_r() and power_lm() have been rewritten.

2025.9.1

31 Aug 17:04
a428c16

Choose a tag to compare

  • The codes for pick_* tools have been refined.
  • assess_coa() has been added to assess course objective achievement in Outcome-Based Education.

2025.8.16

20 Aug 02:51
82a9081

Choose a tag to compare

  • pick_sl() and pick_dcb() have been added to randomly pick numbers for Chinese Super Lotto and Double Color Balls.

2024.12.15

15 Dec 14:41
6ba9a59

Choose a tag to compare

  • power_r() has been added to conduct post-hoc and prior power analysis, and plan the sample size for Pearson's r.
  • power_lm() has reorganized its output.
  • power_r() and power_lm() return the Keng_power class, which has print() and plot() methods.

2024.11.25

24 Nov 19:11
35657db

Choose a tag to compare

  • test_r() has added Fisher's z.
  • compare_lm() has added f_squared and post-hoc power.
  • calc_PRE() has been added. calc_pre() calculates PRE from partial correlation, Cohen's f, or f_squared.
  • power_lm() has been added. power_lm() computes the post-hoc power and/or plans the sample size for one or a set of predictors in linear regression.

2024.11.17

17 Nov 12:53
8ad95de

Choose a tag to compare

  • Added a NEWS.md file to track changes to the package.
  • Dataset depress is added to Keng.
  • The format of compare_lm()'s output is reorganized.
  • Versatile Scale() is added to Keng.

2024.11.02

04 Nov 11:45

Choose a tag to compare

New compare_lm()

2024.10.16

16 Oct 02:58

Choose a tag to compare

The first version.