Description Usage Arguments Details Value Author(s)
Check and validate arguments for getFeatures
and ddply_getFeatures
before they are used by those functions.
1 2 3 |
y |
Data frame, each row containing a vector of measurements for a particular point in time, with columns indicating the discrete and/or continuous measured variables (and possibly other descriptive variables). The data processed presuming the rows are orderd chronologically. |
cont |
Vector of integers or a character vector indicating the columns
of |
disc |
Vector of integers or character vector indicating the columns
of |
centerScale |
Logical indicating whether the continuous variables (indicate by |
stats |
This argument defines the summary statistics that will be calculated
for each of the regression parameters. It can be a character vector of summary statistics,
which are passed to |
fitQargs |
Named list of arguments for |
This function exists so that multiple calls to getFeatures
from ddply_getFeatures
would not involve repeating the checks on essentially
the same arguments.
An object of class valid_getFeatures_args
that can be passed to the first argument
of getFeatures
or ddply_getFeatures
. It is a list with the same
elements that were passed into the function: y
, cont
, disc
, stats
,
and fitQ
, with the exception that the continuous variables of y
are now
centered and scaled if centerScale = TRUE
, and cont
and disc
are converted
to the character column names (if integers were originally provided).
Landon Sego
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.