Nothing
#' Print the estimated fixed coefficients of an \code{lqr} object
#'
#' Print the estimated fixed coefficients of a fitted model of \code{\link{class}} \code{lqr}
#'
#' @param object an \code{lqmix} object
#' @param \dots not used
#'
#' @return Return the estimated coefficients obtained at convergence of the EM algorithm for a fitted model of \code{\link{class}} \code{lqr}
#'
#' @export
#'
#'
coef.lqr = function(object, ...){
coefficients = object$betaf
return(coefficients)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.