Code Monkey home page Code Monkey logo

distreg.vis's People

Contributors

stan125 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jenscoding

distreg.vis's Issues

Window for analysis of chosen covariate combinations

Thomas Kneib:
"Dann hätte ich auch noch eine neue Idee: Bei den Szenarien ist ja ein bisschen das Problem, dass man nicht weiß, ob es die Kovariablenkombination so in der Praxis gibt. Man könnte z.B. jemanden konstruieren, der 20 Jahre alt ist, aber 30 Jahre Berufserfahrung (o.Ä.). Daher wäre eine interessante Frage, ob man in geeigneter Form angeben kann, wie stark ein gewähltes Szenario von den Daten gestützt wird. Z.B. könne man um alle Werte der Kovariablen einen gewissen Puffer legen und dann schauen, wie viel Prozent der Beobachtungen insgesamt in dem Puffer liegen. Das müsste man ja auch nicht immer ausgeben, aber man könnte einen zusätzlichen Button haben, mit dem an die Szenarios dahingehend analysieren kann. Dazu könnte dann auch ein neues Fenster aufgehen, in dem man die Puffer einstellen kann."

Give warning when covariate combination is out of range

... of original explanatory variables.
Thomas Kneib: "Bei Scenario Data kann ich auch Werte festlegen, die außerhalb des beobachteten Wertebereichs sind. Das ist zwar einerseits manchmal wünschenswert, aber natürlich auch ein bisschen gefährlich. Vielleicht könnte man da einen Warnhinweis ausgeben?"

Add possibility to export via .pdf, .png etc

Thomas Kneib: "Eine Exportfunktion des Bildes direkt in PDF, png und Ähnliches wäre natürlich auch noch toll, obwohl das bei Verfügbarkeit des Code vielleicht nicht so entscheidend ist."

Bug when using preds in combination with tibble

library("bamlss.vis")
library("gamlss")
library("dplyr")
wage_sub <- ISLR::Wage %>% 
  select(-logwage, -region, -maritl, -jobclass, health_ins)
ndata <- wage_sub %>%
  dplyr::select(-wage, -health) %>%
  group_by(education) %>%
  sample_n(1)
bamlss.vis::preds(wage_model, newdata = ndata)
#> Error in bamlss.vis::preds(wage_model, newdata = ndata): object 'wage_model' not found

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.