Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Jan 13, 2017
1 parent eb12d03 commit e2afcec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/mdp_historical.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' data.frame showing the evolution of the belief over models during each subsequent observation
#' @export
mdp_historical <- function(transition, reward, discount, model_prior = NULL,
state, action, model_names, ...){
state, action, model_names = NA, ...){


if(any(is.na(model_names)))
Expand Down
2 changes: 1 addition & 1 deletion man/mdp_historical.Rd

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

0 comments on commit e2afcec

Please sign in to comment.