Giter VIP home page Giter VIP logo

Comments (4)

strengejacke avatar strengejacke commented on August 17, 2024

@IndrajeetPatil We could add a ci argument or similar to performance::check_model(), save as attribute, and then in see we would set SE = FALSE in geom_smooth().

from performance.

bwiernik avatar bwiernik commented on August 17, 2024

That would be good.

I wonder if we should also try to detect if number of discrete fitted values is small/all the predictors are categorical and then omit the linearity plot and change the homogeneity plot to be something better for categorical regression ?

from performance.

jbohenek avatar jbohenek commented on August 17, 2024

Upon further testing, it's not always just the SE that causes issues with visualization. Sometimes the LOESS curve bends in odd ways between discrete values that produces the same effect as seen above. So in addition to SE=F, maybe also method="lm"? I know a linear fit isn't ideal when evaluating these things, but it's better than nothing when the y-axis goes haywire. For example, see the check_model() outlier plot of a 2x2 factorial anova below (this can of course happen with any of the plots with a LOESS curve).


library(tidyverse)
library(easystats)
#> Warning: package 'easystats' was built under R version 4.2.3
#> # Attaching packages: easystats 0.7.0
#> ✔ bayestestR  0.13.2   ✔ correlation 0.8.4 
#> ✔ datawizard  0.9.1    ✔ effectsize  0.8.6 
#> ✔ insight     0.19.8   ✔ modelbased  0.8.7 
#> ✔ performance 0.10.9   ✔ parameters  0.21.5
#> ✔ report      0.5.8    ✔ see         0.8.2
df<-read_csv("https://raw.githubusercontent.com/jbohenek/biol_5130/main/opsin.csv")
#> Rows: 33 Columns: 3
#> ── Column specification ────────────────────────────────────────────────────────
#> Delimiter: ","
#> chr (2): population, water
#> dbl (1): sws1
#> 
#> ℹ Use `spec()` to retrieve the full column specification for this data.
#> ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
fit<-lm(sws1 ~ water*population, data=df)
check_model(fit)

image
Created on 2024-02-17 with reprex v2.1.0

from performance.

bwiernik avatar bwiernik commented on August 17, 2024

We should probably just have alternative visualizations for categorical models. The current plots really only work for models with continuous predictors so that there are numerous fitted values on the x axis

from performance.

Related Issues (20)

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.