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/make_coeff_frame.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (18 sloc)
620 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/z_old_functions.R | |
\name{make_coeff_frame} | |
\alias{make_coeff_frame} | |
\title{Make Coeff Frame} | |
\usage{ | |
make_coeff_frame(glmnet_fit, predictors = NULL, return_details = F) | |
} | |
\arguments{ | |
\item{predictors}{Character - Names of predictor varaibles / column names in model_matrix} | |
\item{predicted_prob}{Predicted probabilities from make_prediction or any other fit as list or single vector} | |
} | |
\description{ | |
This function makes a data frame with coefficient from glmnet | |
} | |
\details{ | |
Returns max coefficients of regression and ranks the predictors. | |
} |