Skip to content

Releases: XiaoruiZhu/SurrogateRsq

SurrogateRsq v0.2.1

27 Apr 19:48
Compare
Choose a tag to compare

Minor improvements and fixes

  • The data argument is removed from all three main functions surr_rsq(), surr_rsq_ci(), and surr_rsq_rank(). The dataset will be directly pulled our from the full_model object.

  • The bug related to the bootstrapped data and the model updating steps in surr_rsq_ci() have been fixed (#2, #3).

  • rsq() function is removed since it is no needed.

SurrogateRsq 0.2.0

19 Feb 20:12
Compare
Choose a tag to compare

Release the SurrogateRsq 0.2.0 on CRAN with four functions rsq(), surr_rsq(), surr_rsq_ci(), and surr_rsq_rank().