read_interference.Rd 717 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/reading_funs.R
\name{read_interference}
\alias{read_interference}
\title{Read data with interference}
\usage{
read_interference(
  data_path,
  which = 0,
  start_from_period = 2,
  how_many_periods = 2,
  add_no_interference = FALSE
)
}
\arguments{
\item{which}{number (should be from 0 to 16) which measurement to take}

\item{add_no_interference}{}
}
\value{

}
\description{
Reads data from the experiment.
}
\examples{

T1 <- read_interference("/Users/karolniewiadomski/Documents/SCENT/Simulations/ExperimentsUZ/ErrorModelsDataClean/",
 which = c(2, 13), start_from_period=3, how_many_periods=1, add_no_interference=TRUE)
head(T1)

}