summaryrefslogtreecommitdiff
path: root/man/dataPartition.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/dataPartition.Rd')
-rw-r--r--man/dataPartition.Rd6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/dataPartition.Rd b/man/dataPartition.Rd
index afcc473..2ac7ef5 100644
--- a/man/dataPartition.Rd
+++ b/man/dataPartition.Rd
@@ -4,15 +4,15 @@
\alias{dataPartition}
\title{Split data into training and validation sets}
\usage{
-dataPartition(object, p = 0.6)
+dataPartition(data, p = 0.6)
}
\arguments{
-\item{object}{an object of class \code{idframe}}
+\item{data}{an object of class \code{idframe}}
\item{p}{the percentage of the data that goes to training (Default : \code{0.6})}
}
\value{
-list containing estimation and validation idframe objects
+list containing estimation and validation idframe datas
}
\description{
The function splits the data into training and validation sets and returns them bundled