# Generated by roxygen2: do not edit by hand

S3method(coef,PLNLDAfit)
S3method(coef,PLNfit)
S3method(fisher,PLNfit)
S3method(fitted,PLNfit)
S3method(getBestModel,PLNPCAfamily)
S3method(getBestModel,PLNnetworkfamily)
S3method(getModel,PLNPCAfamily)
S3method(getModel,PLNnetworkfamily)
S3method(plot,PLNLDAfit)
S3method(plot,PLNPCAfamily)
S3method(plot,PLNPCAfit)
S3method(plot,PLNnetworkfamily)
S3method(plot,PLNnetworkfit)
S3method(predict,PLNLDAfit)
S3method(predict,PLNfit)
S3method(sigma,PLNfit)
S3method(standard_error,PLNfit)
S3method(vcov,PLNfit)
export("%>%")
export(PLN)
export(PLNLDA)
export(PLNPCA)
export(PLNnetwork)
export(coefficient_path)
export(compute_offset)
export(extract_probs)
export(fisher)
export(getBestModel)
export(getModel)
export(prepare_data)
export(rPLN)
export(stability_selection)
export(standard_error)
import(Matrix)
import(R6)
import(dplyr)
import(ggplot2)
import(methods)
import(nloptr)
import(parallel)
importFrom(MASS,mvrnorm)
importFrom(Matrix,Matrix)
importFrom(Matrix,diag)
importFrom(Matrix,solve)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(corrplot,corrplot)
importFrom(glassoFast,glassoFast)
importFrom(grid,nullGrob)
importFrom(grid,textGrob)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,degree)
importFrom(igraph,delete.vertices)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout_in_circle)
importFrom(igraph,plot.igraph)
importFrom(magrittr,"%>%")
importFrom(stats,.getXlevels)
importFrom(stats,coefficients)
importFrom(stats,glm.fit)
importFrom(stats,lm.fit)
importFrom(stats,lm.wfit)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,poisson)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,sigma)
importFrom(stats,terms)
importFrom(tidyr,gather)
useDynLib(PLNmodels)
