#' @export
coef.oglmx<-function(object, ...){
attr(object$coefficients,"coefftypes")<-NULL
return(object$coefficients)
}
#' @export
coef.summary.oglmx<-function(object, ...){
attr(object$coefficients,"coefftypes")<-NULL
return(object$coefficients)
}
#' @export
coef.oglmx.selection<-function(object, ...){
return(object$estimate)
}
#' @export
coef.summary.selection<-function(object, ...){
return(object$estimate)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.