File: add_int.Rd

package info (click to toggle)
r-cran-doby 4.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,400 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/modelling.R
\name{add_int}
\alias{add_int}
\title{Add interaction columns to data frame}
\usage{
add_int(.data, .formula)
}
\arguments{
\item{.data}{dataframe}

\item{.formula}{right hand sided formula}
}
\value{
dataframe
}
\description{
Add interaction columns to data frame
}
\author{
Søren Højsgaard
}