https://github.com/cran/GDINA
Raw File
Tip revision: 19005194402787a264afc52a3dec01afd0a3aa02 authored by Wenchao Ma on 01 July 2023, 21:20:06 UTC
version 2.9.4
Tip revision: 1900519
NAMESPACE
# Generated by roxygen2: do not edit by hand

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(indlogLik,GDINA)
S3method(indlogPost,GDINA)
S3method(itemparm,GDINA)
S3method(logLik,GDINA)
S3method(nobs,GDINA)
S3method(npar,GDINA)
S3method(personparm,GDINA)
S3method(plot,GDINA)
S3method(plot,Qval)
S3method(plot,itemfit)
S3method(print,CA)
S3method(print,GDINA)
S3method(print,MCmodel)
S3method(print,Qval)
S3method(print,anova.GDINA)
S3method(print,autoGDINA)
S3method(print,dif)
S3method(print,itemfit)
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)
S3method(vcov,GDINA)
export(CA)
export(ClassRate)
export(DTM)
export(GDINA)
export(GMSCDM)
export(ILCA)
export(LC2LG)
export(MCmodel)
export(Qval)
export(att.structure)
export(attributepattern)
export(autoGDINA)
export(bdiagMatrix)
export(bootSE)
export(cjoint)
export(designmatrix)
export(dif)
export(extract)
export(indlogLik)
export(indlogPost)
export(itemfit)
export(itemparm)
export(modelcomp)
export(modelfit)
export(monocheck)
export(npar)
export(personparm)
export(rowMatch)
export(score)
export(simDTM)
export(simGDINA)
export(startGDINA)
export(unique_only)
export(unrestrQ)
import(shiny)
import(shinydashboard)
import(stats)
importFrom(MASS,ginv)
importFrom(Rcpp,sourceCpp)
importFrom(Rsolnp,solnp)
importFrom(alabama,auglag)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,ylim)
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