https://github.com/kkdey/CorShrink
Raw File
Tip revision: a9f6ba0a81ed86cd3dbe785b0a239107cb80b0c3 authored by Kushal K Dey on 23 January 2019, 20:31:32 UTC
Added a dosym option to return specifically a symmetric correlation matrix
Tip revision: a9f6ba0
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(CorShrink2Data)
export(CorShrink2DataLoss)
export(CorShrink2DataSlack)
export(CorShrinkData)
export(CorShrinkDataNuclear)
export(CorShrinkMatrix)
export(CorShrinkVector)
export(bootcorSE_calc)
export(bootpcorSE_calc)
export(iCorShrink2Data)
export(iCorShrinkData)
export(pCorShrinkData)
export(pCorShrinkData2)
import(CVXR)
import(SQUAREM)
import(methods)
importFrom(MASS,mvrnorm)
importFrom(Matrix,nearPD)
importFrom(ashr,ash)
importFrom(corpcor,cor2pcor)
importFrom(corrplot,corrplot)
importFrom(glmnet,cv.glmnet)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,par)
importFrom(gridExtra,grid.arrange)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,lm)
importFrom(stats,sd)
importFrom(utils,modifyList)
back to top