import("data.table")
import("foreach")
import("grid")
import("methods")
import("plyr")
importFrom("splines", "bs")

export(
	"abcSGP",
	"analyzeSGP",
	"baselineSGP",
	"bubblePlot",
	"bubblePlot_Styles",
	"combineSGP",
	"growthAchievementPlot",
	"is.SGP",
	"outputSGP",
	"prepareSGP",
	"studentGrowthPercentiles",
	"studentGrowthPlot",
	"studentGrowthPlot_Styles",
	"studentGrowthProjections",
	"summarizeSGP",
	"viewSummaryGroups",
	"visualizeSGP"
)

exportClasses(
	"SGP",
	"splineMatrix"
)
