Skip to content

Commit 98e8f66

Browse files
committed
updated step down CA test
1 parent 1ef13b3 commit 98e8f66

File tree

8 files changed

+722
-238
lines changed

8 files changed

+722
-238
lines changed

NAMESPACE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ S3method(plot,StepDownRSCABS)
55
S3method(print,RSCABS)
66
S3method(print,StepDownRSCABS)
77
S3method(print,drcComp)
8+
S3method(print,stepDownTrendBinom)
89
S3method(print,tskresult)
910
S3method(summary,StepDownRSCABS)
1011
S3method(tsk,data.frame)
@@ -25,6 +26,7 @@ export(calcNW)
2526
export(calcSteepnessOverlap)
2627
export(calcTaronesTest)
2728
export(calculate_noec_rstatix)
29+
export(cochranArmitageTrendTest)
2830
export(compare_to_control_fisher)
2931
export(contEndpoint)
3032
export(convert2Score)
@@ -67,9 +69,11 @@ export(simDRdata)
6769
export(simplifyTreatment)
6870
export(simulate_dose_response)
6971
export(stepDownRSCABS)
72+
export(stepDownTrendTestBinom)
7073
export(stepKRSCABS)
7174
export(step_down_RSCABS)
7275
export(summaryZG)
76+
export(test_overdispersion)
7377
export(treatment2dose)
7478
export(tsk)
7579
export(williamsTest_JG)
@@ -131,6 +135,7 @@ importFrom(stats,aov)
131135
importFrom(stats,approx)
132136
importFrom(stats,as.formula)
133137
importFrom(stats,coef)
138+
importFrom(stats,complete.cases)
134139
importFrom(stats,confint)
135140
importFrom(stats,fisher.test)
136141
importFrom(stats,lm)

0 commit comments

Comments
 (0)