Skip to content

Commit c5b9673

Browse files
committed
updated authorship
1 parent c66a21b commit c5b9673

22 files changed

Lines changed: 42 additions & 9 deletions

R/corDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#' by the 'nfilter.glm'). The second disclosure control checks that none of them is dichotomous with a
1717
#' level having fewer counts than the pre-specified 'nfilter.tab' threshold.
1818
#' @author Paul Burton, and Demetris Avraam for DataSHIELD Development Team
19+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1920
#' @export
2021
#'
2122
corDS <- function(x=NULL, y=NULL){

R/corTestDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#' 4 complete pairs of observations.
1414
#' @return the results of the correlation test.
1515
#' @author Demetris Avraam, for DataSHIELD Development Team
16+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1617
#' @export
1718
#'
1819
corTestDS <- function(x, y, method, exact, conf.level){

R/covDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#' counts than the pre-specified 'nfilter.tab' threshold. If any of the input variables do not pass the disclosure
2424
#' controls then all the output values are replaced with NAs.
2525
#' @author Amadou Gaye, Paul Burton, and Demetris Avraam for DataSHIELD Development Team
26+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
2627
#' @export
2728
#'
2829
covDS <- function(x=NULL, y=NULL, use=NULL){

R/kurtosisDS1.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#' @return a list including the kurtosis of the input numeric variable, the number of valid observations and
1010
#' the study-side validity message.
1111
#' @author Demetris Avraam, for DataSHIELD Development Team
12+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1213
#' @export
1314
#'
1415
kurtosisDS1 <- function (x, method){

R/kurtosisDS2.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#' indicating indicating a valid analysis if the number of valid observations are above the protection filter
1414
#' nfilter.tab or invalid analysis otherwise.
1515
#' @author Demetris Avraam, for DataSHIELD Development Team
16+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1617
#' @export
1718
#'
1819
kurtosisDS2 <- function(x, global.mean){

R/meanDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#' @param x a character string, the name of a numeric or integer vector
77
#' @return a numeric, the statistical mean
88
#' @author Gaye A, Burton PR
9+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
910
#' @export
1011
#'
1112
meanDS <- function(x){

R/meanSdGpDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#' @param index a client-side supplied character string identifying the factor across
99
#' which means/SDs are to be calculated
1010
#' @author Burton PR
11+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1112
#'
1213
#' @return List with results from the group statistics
1314
#' @export

R/quantileMeanDS.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#' @return a numeric vector that represents the sample quantiles
77
#' @export
88
#' @author Burton, P.; Gaye, A.
9+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
910
#'
1011
quantileMeanDS <- function (x) {
1112

R/skewnessDS1.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#' @return a list including the skewness of the input numeric variable, the number of valid observations and
1010
#' the study-side validity message.
1111
#' @author Demetris Avraam, for DataSHIELD Development Team
12+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1213
#' @export
1314
#'
1415
skewnessDS1 <- function(x, method){

R/skewnessDS2.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#' indicating indicating a valid analysis if the number of valid observations are above the protection filter
1414
#' nfilter.tab or invalid analysis otherwise.
1515
#' @author Demetris Avraam, for DataSHIELD Development Team
16+
#' @author Tim Cadman, Genomics Coordination Centre, UMCG, Netherlands
1617
#' @export
1718
#'
1819
skewnessDS2 <- function(x, global.mean){

0 commit comments

Comments
 (0)