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

Shrav dev2021 #5

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f852d58
Trying to create one app.R file. Added boastUtils package
shravanisamala Jun 2, 2021
d22c63c
Why does R not run this app when i hit run app
shravanisamala Jun 2, 2021
da8acb9
Would not compile so trying again
shravanisamala Jun 3, 2021
52655e6
Changed merge command to merge.data.frame
shravanisamala Jun 4, 2021
141bb2c
Updated some code
shravanisamala Jun 6, 2021
09b1e70
Changed some header sizes
shravanisamala Jun 7, 2021
08629d9
Go it two be in two columns. Now need to add graph.
shravanisamala Jun 7, 2021
5e66571
Got it in two different columns
shravanisamala Jun 7, 2021
f01852c
Updated references, added instructions on explore
shravanisamala Jun 8, 2021
626c34a
Changed font size
shravanisamala Jun 8, 2021
e055b0c
Changed an alt text.
shravanisamala Jun 8, 2021
c4ddef3
Deleted ui and server files
shravanisamala Jun 8, 2021
1d945ef
Deleted unneeded libraries
shravanisamala Jun 8, 2021
15fc1ca
Changed description file but not sure it is correct.
shravanisamala Jun 9, 2021
653c2c9
Changed fraction size
shravanisamala Jun 14, 2021
0bb0f32
Added period
shravanisamala Jun 18, 2021
1b4af00
Changed go button on overview page, changed a sentence on the prereq …
shravanisamala Jun 22, 2021
a971031
Changed y-lab to p() because it would not let me alter the caption of…
shravanisamala Jun 22, 2021
b84c0f7
Changed some grammar mistakes and changed Real Data Analysis page to …
shravanisamala Jun 22, 2021
ac76576
Also change: "Those two studies come from two individual studies." to…
shravanisamala Jun 22, 2021
f95d91f
Added source for Odds Ratio
shravanisamala Jun 24, 2021
8a9f8bc
Changed overview page
shravanisamala Jun 30, 2021
60c54e9
Updated updater
shravanisamala Jul 1, 2021
64d516d
Changed to contributer
shravanisamala Jul 11, 2021
76a0e15
small change
JuddHe Jun 8, 2022
16e3e3f
last update
JuddHe Jun 19, 2022
2761414
update
JuddHe Jun 21, 2022
c7e0616
small update
JuddHe Jun 22, 2022
afc7e90
readme
JuddHe Jun 22, 2022
99f01a1
Update README.md
JuddHe Jun 22, 2022
d27091f
change the spelling problem
JuddHe Jul 10, 2022
f63c64d
Merge branch 'ShravDev2021' of https://github.com/EducationShinyAppTe…
JuddHe Jul 10, 2022
6592c8d
fix some problems according to the checklist (1)
JuddHe Jul 14, 2022
af89efd
fix some problems according to the checklist (2)
JuddHe Jul 17, 2022
63800f0
fix some problems according to the checklist (3)
JuddHe Jul 22, 2022
ffa24a9
add citation in overview page
JuddHe Oct 1, 2022
9d235a0
icon change
JuddHe Oct 4, 2022
ceb71be
Updates to app.r and description
robchapp Aug 10, 2023
353486e
Update app.R
robchapp Aug 11, 2023
dff6677
Update app.R
robchapp Aug 11, 2023
2c8f374
updates to table
robchapp Aug 23, 2023
c0ef247
Post-Review Updates
robchapp Aug 28, 2023
07933dd
app changes
robchapp Aug 28, 2023
ec9527d
Update app.R
robchapp Sep 10, 2023
2635832
Update app.R
DavisJiwooIm Jul 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Title: Odds Ratio
ShortName: Odds Ratio
Date: 2019-08-01
Lifecycle: questioning
Authors@R: c(
person(given = "Jingjun", family = "Wang", role = c("aut", "cre")),
person(given = "Shravani", family = "Samala", role = c("ctb")),
person(given = "Junjie", family = "He", role = c("ctb")),
person(given = "Dennis", family = "Pearl", role = c("aut")),
person(given = "Neil", family = "Hatfield", role = c("aut")),
person(given = "Robert", family = "Chappell", role = c("ctb"))
)
Chapter: Categorical Data
Description: This app explores confidence intervals for odds ratios and their use
in the meta-analysis of real data.
LearningObjectives: c(
"The student will learn how changing sample sizes changes the odds ratio.",
"The student will learn how changing sample sizes affects confidence intervals
for odds ratios."
)
DisplayMode: Normal
URL: https://psu-eberly.shinyapps.io/Odds_Ratio
BugReports: https://github.com/EducationShinyAppTeam/Odds_Ratio/issues
License: CC-BY-NC-SA-4.0
Tags: simulation, real data
Type: Shiny
7 changes: 0 additions & 7 deletions README.md

This file was deleted.

6 changes: 6 additions & 0 deletions ToDoList.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Things Needed for This Version
1. Make theta hat all in an uiOutput
2.

# Ideas for Future Development
More descriptive alt text
Loading