Skip to content

Commit

Permalink
Changes to satisfy R's new namespace requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwb133 committed Aug 21, 2015
1 parent 610df76 commit de2019c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generated by roxygen2 (4.1.1): do not edit by hand

export(smcfcs)
import(stats)
2 changes: 2 additions & 0 deletions R/smcfcs.r
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@
#' by fully conditional specification: accommodating the substantive model. Statistical Methods
#' in Medical Research 2014; 24(4): 462-487. \url{http://doi.org/10.1177/0962280214521348}

#' @import stats

#' @export
smcfcs <- function(originaldata,smtype,smformula,method,predictorMatrix=NULL,m=5,numit=10,rjlimit=1000,noisy=FALSE) {

Expand Down

0 comments on commit de2019c

Please sign in to comment.