.signdisc {transreg} | R Documentation |
Sign discovery
Description
Assigns signs to prior weights to obtain prior coefficients
Usage
.signdisc(y, X, prior, family, foldid = NULL, nfolds = 10, track = FALSE)
Arguments
y |
target: vector of length |
X |
features: matrix with |
prior |
prior coefficients: matrix with |
family |
character "gaussian" ( |
foldid |
fold identifiers: vector of length |
nfolds |
number of folds: positive integer |
track |
show intermediate output (messages and plots): logical |
[Package transreg version 1.0.2 Index]