Skip to content

Commit

Permalink
fix last S3method documentation / namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bquast committed Mar 31, 2015
1 parent 0c46018 commit 1eda492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ S3method(model.matrix,RDDdata)
S3method(plot,RDDdata)
S3method(plot,RDDreg_lm)
S3method(plot,RDDreg_np)
S3method(plotPlacebo,PlaceboVals)
S3method(plotPlacebo,RDDreg)
S3method(plotPlaceboDens,PlaceboVals)
S3method(plotPlaceboDens,RDDreg)
Expand Down Expand Up @@ -50,7 +51,6 @@ export(covarTest_mean)
export(dens_test)
export(gen_MC_IK)
export(plotPlacebo)
export(plotPlacebo.PlaceboVals)
export(plotPlaceboDens)
export(plotSensi)
export(vcovCluster)
Expand Down
2 changes: 1 addition & 1 deletion R/placebo.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ plotPlacebo.RDDreg <- function(object, device=c("ggplot", "base"), from=0.25, to



#' @export plotPlacebo.PlaceboVals
#' @export
plotPlacebo.PlaceboVals <- function(object, device=c("ggplot", "base"),plot=TRUE, output=c("data", "ggplot"), ...){

device <- match.arg(device)
Expand Down

0 comments on commit 1eda492

Please sign in to comment.