This commit is contained in:
agdamsbo 2019-11-08 11:09:48 +01:00
parent 80975f65e7
commit 7902654ed7
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,8 @@
#' @param fixed.var flag to set "vars" as fixed in the model. When FALSE, then true bivariate logistic regression is performed.
#' @keywords logistic
#' @export
#'
#' @examples
#' rep_glm()
rep_glm<-function(meas,vars=NULL,string,ci=FALSE,data,fixed.var=FALSE){
@ -155,7 +156,3 @@ rep_glm<-function(meas,vars=NULL,string,ci=FALSE,data,fixed.var=FALSE){
}
return(r)
}

View File

@ -23,4 +23,7 @@ rep_glm(meas, vars = NULL, string, ci = FALSE, data,
\description{
For bivariate analyses. The confint() function is rather slow, causing the whole function to hang when including many predictors and calculating the ORs with CI.
}
\examples{
rep_glm()
}
\keyword{logistic}