https://github.com/cran/GDINA
Raw File
Tip revision: 86019c746fd23b26ad2f3d811953cf3623e18981 authored by Wenchao Ma on 28 March 2018, 07:18:50 UTC
version 2.0.8
Tip revision: 86019c7
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(AIC,GDINA)
S3method(BIC,GDINA)
S3method(anova,GDINA)
S3method(coef,GDINA)
S3method(deviance,GDINA)
S3method(extract,GDINA)
S3method(extract,Qval)
S3method(extract,itemfit)
S3method(extract,modelcomp)
S3method(extract,simGDINA)
S3method(heatplot,itemfit)
S3method(indlogLik,GDINA)
S3method(indlogPost,GDINA)
S3method(itemparm,GDINA)
S3method(logLik,GDINA)
S3method(mesaplot,Qval)
S3method(npar,GDINA)
S3method(personparm,GDINA)
S3method(plotIRF,GDINA)
S3method(print,AIC.GDINA)
S3method(print,BIC.GDINA)
S3method(print,CA)
S3method(print,GDINA)
S3method(print,Qval)
S3method(print,anova.GDINA)
S3method(print,autoGDINA)
S3method(print,deviance.GDINA)
S3method(print,dif)
S3method(print,itemfit)
S3method(print,logLik.GDINA)
S3method(print,modelcomp)
S3method(print,modelfit)
S3method(print,npar.GDINA)
S3method(print,simGDINA)
S3method(print,summary.GDINA)
S3method(print,summary.autoGDINA)
S3method(summary,GDINA)
S3method(summary,Qval)
S3method(summary,autoGDINA)
S3method(summary,dif)
S3method(summary,itemfit)
S3method(summary,modelcomp)
export(CA)
export(ClassRate)
export(GDINA)
export(LC2LG)
export(Qval)
export(att.structure)
export(attributepattern)
export(autoGDINA)
export(bdiagMatrix)
export(bootSE)
export(cjoint)
export(designmatrix)
export(dif)
export(extract)
export(heatplot)
export(indlogLik)
export(indlogPost)
export(internal_ColNormalize)
export(internal_Lik)
export(internal_Lik2)
export(internal_RowNormalize)
export(internal_RowProd)
export(internal_aggregateCol)
export(internal_eta)
export(internal_l2m)
export(internal_m2l)
export(internal_matchMatrix)
export(internal_uP)
export(itemfit)
export(itemparm)
export(mesaplot)
export(modelcomp)
export(modelfit)
export(monocheck)
export(npar)
export(personparm)
export(plotIRF)
export(rowMatch)
export(score)
export(simGDINA)
export(startGDINA)
export(unique_only)
export(unrestrQ)
import(ggplot2)
import(shiny)
import(shinydashboard)
import(stats)
importFrom(MASS,ginv)
importFrom(Rcpp,sourceCpp)
importFrom(Rsolnp,solnp)
importFrom(alabama,auglag)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(nloptr,nl.grad)
importFrom(nloptr,nl.jacobian)
importFrom(nloptr,nloptr)
importFrom(nloptr,slsqp)
importFrom(numDeriv,hessian)
importFrom(numDeriv,jacobian)
importFrom(utils,combn)
importFrom(utils,modifyList)
useDynLib(GDINA)
back to top