# Generated by roxygen2: do not edit by hand

S3method(coef,ridgeLinear)
S3method(coef,ridgeLogistic)
S3method(nobs,ridgeLinear)
S3method(plot,pvalsRidgeLinear)
S3method(plot,pvalsRidgeLogistic)
S3method(plot,ridgeLinear)
S3method(plot,ridgeLogistic)
S3method(predict,ridgeLinear)
S3method(predict,ridgeLogistic)
S3method(print,pvalsRidgeLinear)
S3method(print,pvalsRidgeLogistic)
S3method(print,ridgeLinear)
S3method(print,ridgeLogistic)
S3method(print,summary.ridgeLinear)
S3method(print,summary.ridgeLogistic)
S3method(pvals,ridgeLinear)
S3method(pvals,ridgeLogistic)
S3method(summary,ridgeLinear)
S3method(summary,ridgeLogistic)
S3method(vcov,ridgeLinear)
export(linearRidge)
export(linearRidgeGenotypes)
export(linearRidgeGenotypesPredict)
export(logisticRidge)
export(logisticRidgeGenotypes)
export(pvals)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(stats,.checkMFClasses)
importFrom(stats,.getXlevels)
importFrom(stats,coef)
importFrom(stats,delete.response)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,terms)
importFrom(utils,read.table)
useDynLib(ridge, .registration=TRUE)
