Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
adibender committed Mar 12, 2020
2 parents 6522be1 + 1434400 commit c67b959
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ respective mean or modus values. For data of class `ped` or `fped` `make_newdata

* Added functionality to flexibly simulate data from PEXP including cumulative effects, see `?sim_pexp`

* Added functionality to calculate Aaalen-model style cumulative coefficients,
* Added functionality to calculate Aalen-model style cumulative coefficients,
see `?cumulative_coefficient`


Expand Down
8 changes: 2 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,11 @@ devtools::install_github("adibender/pammtools")
```

### Overview
**`pammtools`** facilitates the estimation of Piece-wise exponential Additive
Mixed Models (PAMMs) for time-to-event data.
PAMMs can be represeted as generalized additive models and can therefore
be estimated using GAM software (e.g. **`mgcv`**), which, compared to other packages for survival analysis, often offers
more flexibility w.r.t. to the specification of covariate effects
(e.g. non-linear, time-varying effects, cumulative effects, etc.).
**`pammtools`** facilitates the estimation of Piece-wise exponential Additive Mixed Models (PAMMs) for time-to-event data. PAMMs can be represented as generalized additive models and can therefore be estimated using GAM software (e.g. **`mgcv`**), which, compared to other packages for survival analysis, often offers more flexibility w.r.t. to the specification of covariate effects (e.g. non-linear, time-varying effects, cumulative effects, etc.).

To get started, see the [Articles](https://adibender.github.io/pammtools/articles/) section.


<!-- An overview over the packages functionality is given in
- Andreas Bender and Fabian Scheipl, "pammtools: Piece-wise exponential
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ devtools::install_github("adibender/pammtools")

### Overview

**`pammtools`** facilitates the estimation of Piece-wise exponential Additive
Mixed Models (PAMMs) for time-to-event data.
PAMMs can be represented as generalized additive models and can therefore
be estimated using GAM software (e.g. **`mgcv`**), which, compared to other packages for survival analysis, often offers
more flexibility w.r.t. to the specification of covariate effects
(e.g. non-linear, time-varying effects, cumulative effects, etc.).
**`pammtools`** facilitates the estimation of Piece-wise exponential Additive Mixed Models (PAMMs) for time-to-event data. PAMMs can be represented as generalized additive models and can therefore be estimated using GAM software (e.g. **`mgcv`**), which, compared to other packages for survival analysis, often offers more flexibility w.r.t. to the specification of covariate effects (e.g. non-linear, time-varying effects, cumulative effects, etc.).

To get started, see the [Articles](https://adibender.github.io/pammtools/articles/) section.

Expand Down
9 changes: 2 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@

## R CMD check results

0 errors | 0 warnings | 1 notes

* "Found the following (possibly) invalid URLs". I checked and the links URLs in
question are working (just take some time to load).
0 errors | 0 warnings | o notes


## Additional comments
* Adds support for model evaluation
* Reduces dependencies in Suggests
* Fixes bug in simulation based CI calculation
* Fixes CRAN issue (plyr dependency removed)

## Reverse dependencies

Expand Down

0 comments on commit c67b959

Please sign in to comment.