Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Method Regression Analysis to exercises.qmd #591

Open
wants to merge 20 commits into
base: devel
Choose a base branch
from

Commits on Aug 2, 2024

  1. Method Regression Analysis to exercises.qmd

    One of the methods to visualize data in the OMA book chapters is regression charts, however there was no example or mention about it in the exercises chapter. 
    
    I have added:
    
    1. Regression Analysis under visualization heading after heatmaps (Line 1743)
    2. Added description and steps for it.
    3. Added an R code to do Regression analysis using package ggplot2 and lm() function.
    jkc9886 authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c72054a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    98b3444 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    60c662a View commit details
    Browse the repository at this point in the history
  2. Update

    1. Used the GlobalPatterns dataset from mia & compared against Shannon Index instead of individual taxa method. 
    2. Checked assumptions such as linearity, normality, homoscedasticity, and independence of residuals.
    3. Include sex as a secondary covariate in the regression model.
    4. Used scater for PCA and visualization.
    5. Added violin plot as well, for extra reference.
    jkc9886 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    495d189 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    b3a48cf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    0474b32 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    8e71c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update exercises.qmd

    1. Introduced two examples : one with discrete x and one with continuous x against shannon index.
    2. Made changes to the steps and interpretations accordingly while adding gtsummary and jtools for summary and coefficient visualization.
    jkc9886 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2f8b345 View commit details
    Browse the repository at this point in the history
  2. Update exercises.qmd

    Removing the unused libraries from line 1796
    jkc9886 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5c11215 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update exercises.qmd

    Added description to the variable, coverage.
    Edited the shannon method command.
    jkc9886 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8a26d6d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Step by step description.qmd

    jkc9886 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8cc9e60 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    badfea4 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    28efee1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update exercises.qmd

    eval : true, minor edits
    jkc9886 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0705f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    8781d67 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    61aa67b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    bf27f90 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    bc8c147 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    556ee18 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    83d80b0 View commit details
    Browse the repository at this point in the history