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/z_old_functions.R
\name{calc_prediction}
\alias{calc_prediction}
\title{Make Prediction from Fit}
\usage{
calc_prediction(glmnet_fit, model_matrix)
}
\arguments{
\item{model_matrix}{Model matrix for glmnet made by predictor variables}
\item{response}{Respose vector for glmnet, classification of patients}
\item{return_plots}{Logical - If TRUE, outpit is a list of}
}
\description{
This function uses glmnet to test which variable of a selected factor is described by other variables in the data set.
}