Forward and backwards stepwise search for a set of features and components
with tracking of nonlinear parameters.
LASSOLKTData(
data,
gridpars,
allcomponents,
allfeatures,
preset = NA,
presetint = T,
specialcomponents = c(),
specialfeatures = c(),
specialpars = c(),
removefeat = c(),
removecomp = c()
)data which is the same frame with the added spacing relevant columns.
list of values "tracetable" and "currentfit"
is a dataset with Anon.Student.Id and CF..ansbin.
a vector of parameters to create each feature at
is search space for LKT components
is search space for LKT features
One of "static","AFM","PFA","advanced","AFMLLTM","PFALLTM","advancedLLTM"
should the intercepts be included for preset components
add special components (not crossed with features, only paired with special features 1 for 1)
features for each special component (not crossed during search)
parameters for the special features (if needed)
Character Vector | Excludes specified features from the test list.
Character Vector | Excludes specified components from the test list.