diff options
author | Suraj Yerramilli | 2015-02-07 00:59:33 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-02-07 00:59:33 +0530 |
commit | f9b0b6607be23df7929acab838767a62b502bfbd (patch) | |
tree | 147220802e35fed926e21cc96ca12fd7f047a110 /man/dataPartition.Rd | |
parent | 36badfa251da470b534029eecf62dba8276ddba9 (diff) | |
download | SysID-R-code-f9b0b6607be23df7929acab838767a62b502bfbd.tar.gz SysID-R-code-f9b0b6607be23df7929acab838767a62b502bfbd.tar.bz2 SysID-R-code-f9b0b6607be23df7929acab838767a62b502bfbd.zip |
changed argument names
Diffstat (limited to 'man/dataPartition.Rd')
-rw-r--r-- | man/dataPartition.Rd | 6 |
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 |