knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Function2021TR sig

This is Tigana Runte's repository for the STAT545B Winter 2021 function assignment.

This repository contains a package called sig that provides a function sign_vars that finds and displays the significant variables in a linear model.

Installation

You can install sig using

devtools::install_github("TiganaR/Functions2021TR")

and you can then load the package by running

library("sig")

Example

Below I provide an example of using the function `sign_vars.R

library(sig)

sign_vars(iris[,1:3], as.vector(iris[,4]))


TiganaR/Function2021TR documentation built on Dec. 18, 2021, 5:08 p.m.