File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Description: Fits generalized logistic functions to serological data (antibody t
88 tools for assessing correlates of risk/protection including ROC AUC, LOO-CV,
99 and Brier scores. Built around an R6 class for streamlined workflow.
1010License: MIT + file LICENSE
11+ URL: https://seroanalytics.github.io/seroCOP/
12+ BugReports: https://github.com/seroanalytics/seroCOP/issues
1113Encoding: UTF-8
1214Roxygen: list(markdown = TRUE)
1315RoxygenNote: 7.3.2
Original file line number Diff line number Diff line change 1212# ' 4. Performance metrics (ROC AUC, Brier score, LOO-CV)
1313# ' 5. Visualization
1414# '
15+ # ' @concept r6-classes
1516# ' @export
1617# ' @examples
1718# ' \dontrun{
Original file line number Diff line number Diff line change 44# ' An R6 class for analyzing multiple biomarkers simultaneously.
55# ' Fits separate models for each biomarker and provides comparison tools.
66# '
7+ # ' @concept r6-classes
78# ' @export
89# ' @examples
910# ' \dontrun{
Original file line number Diff line number Diff line change @@ -29,14 +29,13 @@ navbar:
2929 href : articles/multi-biomarker.html
3030 github :
3131 icon : fab fa-github fa-lg
32- href : https://github.com/USERNAME /seroCOP
32+ href : https://github.com/seroanalytics /seroCOP
3333
3434reference :
3535 - title : Main Classes
3636 desc : Core R6 classes for analysis
3737 contents :
38- - SeroCOP
39- - SeroCOPMulti
38+ - has_concept("r6-classes")
4039
4140 - title : Utility Functions
4241 desc : Helper functions for data simulation and analysis
You can’t perform that action at this time.
0 commit comments