Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
% 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.
}