-
Notifications
You must be signed in to change notification settings - Fork 42
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
jkc9886
wants to merge
20
commits into
devel
Choose a base branch
from
jkc9886-patch-8
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Aug 2, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c72054a - Browse repository at this point
Copy the full SHA c72054aView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98b3444 - Browse repository at this point
Copy the full SHA 98b3444View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60c662a - Browse repository at this point
Copy the full SHA 60c662aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 495d189 - Browse repository at this point
Copy the full SHA 495d189View commit details
Commits on Aug 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3a48cf - Browse repository at this point
Copy the full SHA b3a48cfView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0474b32 - Browse repository at this point
Copy the full SHA 0474b32View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e71c17 - Browse repository at this point
Copy the full SHA 8e71c17View commit details
Commits on Aug 16, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2f8b345 - Browse repository at this point
Copy the full SHA 2f8b345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c11215 - Browse repository at this point
Copy the full SHA 5c11215View commit details
Commits on Aug 20, 2024
-
Added description to the variable, coverage. Edited the shannon method command.
Configuration menu - View commit details
-
Copy full SHA for 8a26d6d - Browse repository at this point
Copy the full SHA 8a26d6dView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cc9e60 - Browse repository at this point
Copy the full SHA 8cc9e60View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for badfea4 - Browse repository at this point
Copy the full SHA badfea4View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28efee1 - Browse repository at this point
Copy the full SHA 28efee1View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0705f8c - Browse repository at this point
Copy the full SHA 0705f8cView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8781d67 - Browse repository at this point
Copy the full SHA 8781d67View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61aa67b - Browse repository at this point
Copy the full SHA 61aa67bView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf27f90 - Browse repository at this point
Copy the full SHA bf27f90View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc8c147 - Browse repository at this point
Copy the full SHA bc8c147View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 556ee18 - Browse repository at this point
Copy the full SHA 556ee18View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83d80b0 - Browse repository at this point
Copy the full SHA 83d80b0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.