https://github.com/cran/live
Raw File
Tip revision: 988d368067ea01cecbb581c9cf2b49505d5c4710 authored by Mateusz Staniak on 03 June 2018, 14:11:17 UTC
version 1.5.7
Tip revision: 988d368
select_variables.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/explain.R
\name{select_variables}
\alias{select_variables}
\title{Select variables for explanation model.}
\usage{
select_variables(source_data, target, response_family)
}
\arguments{
\item{source_data}{Simulated dataset.}

\item{target}{Name of the response variable.}

\item{response_family}{Name of distribution family to be used in lasso/glm fit.}
}
\value{
Character vector of names of selected variables
}
\description{
Select variables for explanation model.
}
back to top