Giter VIP home page Giter VIP logo

cnorm's People

Contributors

alexlenhard avatar andreyakinshin avatar wlenhard avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

cnorm's Issues

argument is of length zero

I am trying to use the shiny app for cNORM but when I open my dataset, I cannot get past preparation as I get the error: Error:argument is of length zero

Confidence interval in the normTable function: bug and suggestion

I probably found a bug in normTable function. If confidence intervals are requested, the interval for percentile works, but it is definitely wrong for the standard score as it shows the upper bound in both columns. An example (using N(10,3)):
image

In addition, I really like you use regression method. However, I would like to know more about the exact method which is used. Is it SE for observed score, SE = SD*sqrt(1-r), or SE for true-score estimate, SE_t = SD*sqrt(r)*sqrt(1-r)? And the regression was estimated like E(t) = r*X+(1-r)*M? It would be helpful to provide formula or reference any source with them.

compatibility issues with R 4.3.0

cnorm.cv is broken in R 4.3.0, other functions are evaluated
library(cNORM) model <- cnorm(raw=elfe$raw, group=elfe$group) cnorm.cv(model$data)

... fails in cycle 2.

object ‘askYesNo’ is not exported by 'namespace:utils'

OS: Linux Mint 19.2; R version 3.4.4

** preparing package for lazy loading
Error : object ‘askYesNo’ is not exported by 'namespace:utils'
ERROR: lazy loading failed for package ‘cNORM’
Warning in install.packages :
installation of package ‘cNORM’ had non-zero exit status

leap, RColorBrewer and latticeExtra are installed.

Bug in pretty formatting for rawTable()

In the attached screen shot, you can see that "pretty = TRUE" returned three rows for the 1-74 range of raw scores, whereas it should have returned only a single row for the 1-74 range.

Screen Shot 2021-10-18 at 3 48 36 PM

Incorrect leaps version

Should be 3.0 instead of 3.0.0. This doesn't matter on CRAN, because in R package_version("3.0") == package_version("3.0.0"), but I found it causes issues in other systems (e.g., RPM packaging).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.