I´ve estimated a model with the poLCA-package in R and want to save the starting values to a file, so I can re-estimate exactly the same model anytime.
This is a list of
save(starting.values, file="fname.RData") ?save
Allows you to save one or more R objects to a single file.
Load with
load("fname.RData")