mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-21 19:30:22 +01:00
u
This commit is contained in:
parent
80975f65e7
commit
7902654ed7
@ -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)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user