From f46d3641777a6efa28b25e198af7be1daab04156 Mon Sep 17 00:00:00 2001 From: ntorresd Date: Wed, 22 Mar 2023 17:51:16 -0500 Subject: [PATCH] remove unused man file --- man/prepare_data.Rd | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 man/prepare_data.Rd diff --git a/man/prepare_data.Rd b/man/prepare_data.Rd deleted file mode 100644 index a84cb495..00000000 --- a/man/prepare_data.Rd +++ /dev/null @@ -1,19 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/seroprevalence_data.R -\name{prepare_data} -\alias{prepare_data} -\title{Prepare data} -\usage{ -prepare_data(model_data, alpha = 0.05) -} -\arguments{ -\item{model_data}{dataset to be processed} - -\item{alpha}{probability of a type I error (Hmisc::binconf)} -} -\value{ -model_data with additional columns necessary for the analysis -} -\description{ -Function that prepares the data for modelling -}