Skip to content

Commit de2019c

Browse files
author
jwb133
committed
Changes to satisfy R's new namespace requirements.
1 parent 610df76 commit de2019c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Generated by roxygen2 (4.1.1): do not edit by hand
22

33
export(smcfcs)
4+
import(stats)

R/smcfcs.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@
168168
#' by fully conditional specification: accommodating the substantive model. Statistical Methods
169169
#' in Medical Research 2014; 24(4): 462-487. \url{http://doi.org/10.1177/0962280214521348}
170170

171+
#' @import stats
172+
171173
#' @export
172174
smcfcs <- function(originaldata,smtype,smformula,method,predictorMatrix=NULL,m=5,numit=10,rjlimit=1000,noisy=FALSE) {
173175

0 commit comments

Comments
 (0)