mdat: Malawi Developmental Assessment Tool (MDAT): Language

GITHUB
knickodem/WBdif: Investigate DIF and generate reports

R: Malawi Developmental Assessment Tool (MDAT): Language
const macros = { "\\R": "\\textsf{R}", "\\code": "\\texttt

mdat: Simulated set of correlated variables

CRAN
blmeco: Data Files and Functions Accompanying the Book "Bayesian Data Analysis in Ecology using R, BUGS and Stan"

Simulated set of correlated variables. The code for the simulation is given in the details section.
Usage
data("mdat

nickilott/MDAT: microbe directory association tester

GITHUB
nickilott/MDAT: microbe directory association tester

Package: MDAT
Title: microbe directory association tester
Version: 0.0.0

R/MDAT-Documentation.R:

GITHUB
knickodem/WBdif: Investigate DIF and generate reports

#' Malawi Developmental Assessment Tool (MDAT): Language
#'
#' A dataset containing the 26-item MDAT language

axSchoen: axSchoen Schoen's MDAT approximation of Chiang's a(x),...

CRAN
MortHump: Measure the Young Adult Mortality Hump

R: axSchoen Schoen's MDAT approximation of Chiang's a(x),...
axSchoenR Documentation
axSchoen Schoen's MDAT

R/smd2or.R:

CRAN
meta: General Package for Meta-Analysis

measure must be equal to 'SMD'.", call. = FALSE)
else {
mdat <- smd

R/g.part5.savetimeseries.R:

CRAN
GGIR: Raw Accelerometer Data Analysis

ms5rawlevels$timenum = as.numeric(ms5rawlevels$date_time)
mdat = merge(ts, ms5rawlevels, by = "timenum")
rm(ts

R/norm.quantile.R:

GITHUB
USCbiostats/ENmixUSC: Data preprocessing and quality control for Illumina HumanMethylation450 and MethylationEPIC BeadChip (USC version)

colnames(x) <- cname
norm.quantile <- function(mdat,method="quantile1")
if(!is(mdat, "MethylSet

tests/testthat/test_mm1_3_mmdata_nfold.R:

GITHUB
guillermozbta/precrec: Calculate Accurate Precision-Recall and ROC (Receiver Operator Characteristics) Curves

$fold == 3, ]
dat4 = M2N50F5[M2N50F5$fold == 4, ]
dat5 = M2N50F5[M2N50F5$fold == 5, ]

R/normalize.quantile.450k.R:

GITHUB
USCbiostats/ENmixUSC: Data preprocessing and quality control for Illumina HumanMethylation450 and MethylationEPIC BeadChip (USC version)

colnames(x) <- cname
normalize.quantile.450k <- function(mdat,method="quantile1")
if(!is(mdat

R/norm.quantile.R:

BIOC
ENmix: Quality control and analysis tools for Illumina DNA methylation BeadChip

colnames(x) <- cname
norm.quantile <- function(mdat,method="quantile1")
# if(!require("preprocessCore

R/norm.quantile.R:

GITHUB
xuz1/ENmix: Quality control and analysis tools for Illumina DNA methylation BeadChip

<- normalize.quantiles2(x)
rownames(x) <- rname
colnames(x) <- cname

R/extractOverlappingExonSeq.R:

GITHUB
mrkbrtkhn/cTagPipe:

guideDat
merge(seqDat,guideDat, by="coordinate",all=TRUE)->mDat
mDat[!is.na(mDat$guideSeq),]

R/or2smd.R:

CRAN
meta: General Package for Meta-Analysis

if (lnOR$sm != "OR")
stop("Effect measure must be equal to 'OR'.", call. = FALSE)
else {

R/getTierlevel.R:

GITHUB
YANGJJ93MS/NTAprioritization: What the Package Does (One Line, Title Case)

(input)
mdat <- merge(candidate, database[,c('SMILES',tox)], by='SMILES', all =FALSE)
#remove na and return

R/predSex.R:

GITHUB
xuz1/ENmix: Quality control and analysis tools for Illumina DNA methylation BeadChip

predSex <-function(mdat,cutoff=2){
if(!is(mdat, "rgDataSet") & !is(mdat, "methDataSet")){
stop("[predSex

R/pl1_pipeline_main.R:

GITHUB
guillermozbta/precrec: Calculate Accurate Precision-Recall and ROC (Receiver Operator Characteristics) Curves

# Control the main pipeline iterations
pl_main <- function(mdat, mode = "rocprc", calc_avg = TRUE, cb_alpha = 0.05

R/utility.R:

GITHUB
USCbiostats/ENmixUSC: Data preprocessing and quality control for Illumina HumanMethylation450 and MethylationEPIC BeadChip (USC version)

<- function(mdat,type="Illumina",offset=100)
if(!is(mdat, "MethylSet"))
{stop("The input must be an object

Tests/Tests_README.R:

GITHUB
knickodem/WBdif: Investigate DIF and generate reports

",
EGMA_quantity_discrimination.Endline = "quant[0-9]+_3",
EGMA_addition.Endline = "add[0-9]+_3")

tests/testthat/test_mm1_1_mmdata.R:

GITHUB
guillermozbta/precrec: Calculate Accurate Precision-Recall and ROC (Receiver Operator Characteristics) Curves

("A"), "A")
expect_equal(.pmatch_expd_first(1), 1)
expect_equal(.pmatch_expd_first(NULL), NULL)