From 7193ae88faa9b90c8da8439773b66ef2abe19dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=BCdecke?= Date: Mon, 9 Jan 2017 21:06:37 +0100 Subject: [PATCH] CRAN release 2.2.1 --- DESCRIPTION | 4 ++-- NEWS | 2 +- NEWS.md | 2 +- man/sjmisc-package.Rd | 4 ++-- man/spread_coef.Rd | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6ab41b74..c53e8738 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: sjmisc Type: Package Encoding: UTF-8 Title: Data Transformation and Labelled Data Utility Functions -Version: 2.2.0 -Date: 2016-12-21 +Version: 2.2.1 +Date: 2017-01-09 Author: Daniel Lüdecke Maintainer: Daniel Lüdecke Description: Collection of miscellaneous utility functions (especially intended diff --git a/NEWS b/NEWS index ca09f7ff..6e7b00db 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 2.2.0-1 +Version 2.2.1 ------------------------------------------------------------------------------ Bug fixes: * The `sort.frq` did not work `frq()`. diff --git a/NEWS.md b/NEWS.md index 5e00dc20..ca6e95d8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# sjmisc 2.2.0-1 +# sjmisc 2.2.1 ## Bug fixes diff --git a/man/sjmisc-package.Rd b/man/sjmisc-package.Rd index 4d11edfd..d7dc6d2f 100644 --- a/man/sjmisc-package.Rd +++ b/man/sjmisc-package.Rd @@ -16,8 +16,8 @@ See also package-vignettes. \tabular{rl}{ Package: \tab sjmisc\cr Type: \tab Package\cr -Version: \tab 2.2.0\cr -Date: \tab 2016-12-21\cr +Version: \tab 2.2.1\cr +Date: \tab 2017-01-09\cr License: \tab GPL-3\cr } } diff --git a/man/spread_coef.Rd b/man/spread_coef.Rd index ee186d32..3884bac3 100644 --- a/man/spread_coef.Rd +++ b/man/spread_coef.Rd @@ -40,13 +40,13 @@ This function extracts the coefficients of fitted model objects 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)