Displaying 2 results from an estimated 2 matches for "plotpath".
Did you mean:
plotmath
2011 May 01
1
Different results of coefficients by packages penalized and glmnet
...d(HRLNM,penalized=~CN+NoSus,lambda1=1,model="logistic",standardize=TRUE)
pena.fit2
coef(pena.fit2)
opt<-optL1(HRLNM,penalized=~CN+NoSus,fold=5)
opt$lambda
coef(opt$fullfit)
prof<-profL1(HRLNM,penalized=~CN+NoSus,fold=opt$fold,steps=20)
plot(prof$lambda, prof$cvl, type="l")
plotpath(prof$fullfit)
pena.fit2<-penalized(HRLNM,penalized=~CN+NoSus,lambda1=opt$lambda,model="logistic",standardize=TRUE,steps=20)
plotpath(pena.fit2)
pena.fit2<-penalized(HRLNM,penalized=~CN+NoSus,lambda1=opt$lambda,model="logistic",standardize=TRUE)
coef(pena.fit2)
#lasso usi...
2007 Nov 30
1
Puzzling message: "no man files in this package"
...text html latex example
cvl text html latex example
nki70 text html latex
penalized text html latex example
penfit text html latex
plotpath text html latex example
adding MD5 sums
* DONE (penalized)
************************
*** Rcmd check:
************************
* using log directory 'M:/R/packages/penalized.Rcheck'
* using R version 2.6.1 (2007-11-26)
* checking for file 'penalized/...