Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adibender committed Jan 21, 2017
1 parent aee4a35 commit 66813f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: pam
Title: Functions to utilize fitting piece-wise exponential (additive) models
Version: 0.0.450
Version: 0.0.451
Authors@R: person("Andreas", "Bender", , "andreas.bender@stat.uni-muenchen.de", role = c("aut", "cre"))
Description: We use generalized additive models (GAM) to fit piece-wise
eponential models. This includes restructuring the data to the needed format.
Expand Down
2 changes: 1 addition & 1 deletion R/transformData.R
Expand Up @@ -90,7 +90,7 @@ split_data <- function(formula, data, cut=NULL, ..., max.end=FALSE) {
filter(!(tstart==time))

## combine data with general interval info
split.data <- left_join(split.data, int_info(brks=cut), by=c("tstart"="tstart"))
split.data <- left_join(split.data, int_info(cut), by=c("tstart"="tstart"))

## rearrange columns
move <- c("tstart", "tend", "interval", "intmid", "intlen", "offset",
Expand Down
6 changes: 3 additions & 3 deletions man/get_intervals.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66813f3

Please sign in to comment.