Giter Club home page Giter Club logo

rrobustsp's Introduction

rrobustsp's People

Contributors

fatih-bostanci avatar mufabo avatar

Watchers

 avatar  avatar  avatar

rrobustsp's Issues

Mreg error

Dear @Mufabo,

Thank you very much for your hard work for putting available the robustSP tool in R!

However, I just wanted to let you know that I encounter an issue with the computation of the M-estimates of regression using IRWLS algorithm (Mreg()). Indeed, when I use a matrix for X , I have the following error: Error in if (class(X) == "matrix") { : the condition has length > 1, it is because in fact a matrix is also an array and so your equality check returns an error.

Here is an example, which compared the hubreg() and Mreg() functions:
`> y <- c(1.0347, 0.7269, -0.3034, 0.2939, -0.7873)

X <- matrix(c(0.884, -1.1471, -1.0689, -0.8095, -2.9443, 1.4384, 0.3252, -0.7549, 1.3703, -1.7115), 5, 2)
class(X)
[1] "matrix" "array"
hubreg(y, X)
[[1]]
[,1]
[1,] -0.03334926
[2,] 0.51537127

[[2]]
[1] 0.5184239

[[3]]
[1] 1

Mreg(y, X)
Error in if (class(X) == "matrix") { : the condition has length > 1`

Thank you again!

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.