Skip to content

Commit

Permalink
wording in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjPlot committed Jan 7, 2017
1 parent 5e2d8ec commit 3955f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/spread_coef.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ utils::globalVariables("term")
#' @details This function requires a (nested) data frame (e.g. created by the
#' \code{\link[tidyr]{nest}}-function of the \pkg{tidyr}-package),
#' where several fitted models are saved in a list-variable (see
#' 'Examples'). As nested data frames with fitted models as list-variable
#' 'Examples'). Since nested data frames with fitted models stored as list-variable
#' are typically fit with an identical formula, all models have the same
#' dependent and independent variables and only differ in their
#' subsets of data. The function then extracts all coefficients from
#' each model and saves each estimate in a new column. The result
#' is a data frame, where each \emph{row} is a model with each
#' model's \emph{coefficient} in an own column.
#' model's coefficients in an own \emph{column}.
#'
#' @examples
#' library(tidyr)
Expand Down

0 comments on commit 3955f0c

Please sign in to comment.