Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
mmRmeta/man/get_active_coef.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (24 sloc)
843 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/get_active_coef.R | |
\name{get_active_coef} | |
\alias{get_active_coef} | |
\title{Get Active Coefficient of use_glmnet} | |
\usage{ | |
get_active_coef( | |
result, | |
cvglmnet = F, | |
return_both = T, | |
multinomial = T, | |
lambda = "lambda.1se" | |
) | |
} | |
\arguments{ | |
\item{result}{Resulting list of use_glmnet} | |
\item{cvglmnet}{Logical - Was cv_glmnet run to get results? (Otherwise it was use_glmnet)} | |
\item{return_both}{Logical - whether use_glmnet returned model result and auc values} | |
\item{multinomial}{RLogical - whether multinomial regression was used} | |
\item{lambda}{Chraracter - Either obtain coefficients from "lambda.min" or "lambda.1se"} | |
} | |
\description{ | |
This function returns all active coefficient of the results of \code{\link[mmRmeta]{use_glmnet}} with a specified lambda. | |
} |