The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
predict() and predict_pls() now support
product_indicator and orthogonal interaction
models, in addition to two_stage. Previously, only
two_stage interactions could generate out-of-sample
predictions; the other methods threw an error. All three methods now
fully support single predictions (predict()), k-fold
cross-validation, and LOOCV via predict_pls().quadratic_term() models (using any interaction method) can
now generate predictions.predict_pls() now supports parallel execution for k-fold CV
when cores is specified (e.g.,
predict_pls(model, noFolds = 50, cores = 4)). Previously,
parallelization was only available for LOOCV.detect_interaction_method() function provides clean
dispatch based on interaction class attributes.plot() accepts a user-specified confidence level for
bootstrapped models, allowing displays at any alpha (e.g., 90%, 99%)
instead of the fixed 95% default (#407).construct_items(x, construct_name) (S3 generic),
construct_names(x) (S3 generic),
construct_name(construct),
construct_mode(mmMatrix, construct),
construct_type(model, construct),
all_factors(model), all_composites(model),
all_non_interactions(measurement_model). These replace and
consolidate a set of non-exported internal helpers; downstream code
should migrate off seminr::: triple-colon access and use
these exported functions instead.predict.seminr_model() dispatch refactored: uses
switch() on detected interaction method instead of
pattern-matching on measurement model names.model$interaction_params), including
orthogonalization regression coefficients needed for out-of-sample
prediction of orthogonal models.two_stage and one
product_indicator in the same model) produce an informative
error at prediction time.construct_items() and all_LOC_items()
return a character vector instead of a single-column matrix, restoring
expected downstream behavior (#364).vif_items() always returns a named list structure
(#377)These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.