Skip to content

Commit

Permalink
modification in the explanation of the argument data (help file frfas…
Browse files Browse the repository at this point in the history
…t function)
  • Loading branch information
sestelo committed Oct 30, 2017
1 parent b9e939c commit 929cb64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/frfast.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
#' @param formula An object of class \code{formula}: a sympbolic
#' description of the model to be fitted. The details of model
#' specification are given under 'Details'.
#' @param data A data frame or matrix containing the model response
#' variable and covariates required by the \code{formula}.
#' @param data An optional data frame, matrix or list required by
#' the formula. If not found in data, the variables are taken from
#' \code{environment(formula)}, typically the environment from which
#' \code{frfast} is called.
#' @param na.action A function which indicates what should happen when the
#' data contain 'NA's. The default is 'na.omit'.
#' @param model Type model used: \code{model = "np"} for a nonparametric
Expand Down

0 comments on commit 929cb64

Please sign in to comment.