Git Product home page Git Product logo

pdc's Introduction

Travis-CI Build Status Project Status: Active Licence minimal R version CRAN packageversion Last-changedate

pdc Overview

Overview

The problem of model selection is inevitable in an increasingly large number of applications involving partial theoretical knowledge and vast amounts of information, like in medicine, biology or economics. The associated techniques are intended to determine which variables are "important" to "explain a phenomenon under investigation. The terms "important" and "explain" can have very different meanings according to the context and, in fact, model selection can be applied to any situation where one tries to balance variability with complexity.

This package implements the prediction divergence criterion model selection apporach proposed in Avella Medina et al., (2017).

Installation

This package can be installed as

# install.packages("devtools")
devtools::install_github("smac-group/pdc")

Features

TO DO

References

TO DO

pdc's People

Contributors

stephaneguerrier avatar

Watchers

James Cloos avatar

pdc's Issues

Ordering (adaptive/non-adaptive)

Marco could you please check if what I did is correct for adaptive/non-adaptive greedy? I'm guessing there is a smarter to do this? Could you please check? The code is in r/order.R and the part to check is below:

if (adaptive == TRUE){
      w <- as.vector(abs(solve(t(sX)%*%sX,t(sX)%*%y0)))
      norm.col <- as.vector(sqrt(t(rep(1,n))%*%sX^2))
      wX <- X%*%diag(w/norm.col)
   }else{
   wX <- X
}

Screening

Marco could you please review and some documentation for the two functions in the file R/screen.R? Thanks!

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.