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/make_result_matrix.R
\name{make_result_matrix}
\alias{make_result_matrix}
\title{Make Results}
\usage{
make_result_matrix(
result_glm,
result_cv = NULL,
fun1 = mean,
fun2 = sd,
predictors,
include_auc_range = F,
repeated = F,
return_both = T,
lambda = "lambda.1se"
)
}
\arguments{
\item{result_glm}{Model matrix}
\item{result_cv}{if NULL, look at second index of list}
\item{predictors}{Predictors used in model_matrix beforehand}
\item{include_auc_range}{Logical - min-max-mean displayed, otherwise only mean}
\item{repeated}{Logical}
\item{fun1-}{sd, variance range,}
}
\description{
Make Results
}