R likes it when these things have documentation.
update(object, ...)
# S3 method for class 'dpm'
update(object, formula., ..., evaluate = TRUE)
# S4 method for class 'dpm'
update(object, formula., ..., evaluate = TRUE)
# S4 method for class 'dpm'
show(object)
coef(object, ...)
# S3 method for class 'dpm'
coef(object)
# S4 method for class 'dpm'
coef(object)
# S4 method for class 'dpm'
formula(x)update.dpm(): Returns an updated dpm object.
coef.dpm(): Returns a numeric vector of coefficients. If the model
was fit with x.free = TRUE and/or y.free = TRUE, the coefficient
names will be formatted with an underscore and the wave corresponding to
which time period the coefficient is estimated for.
formula.dpm(): Returns the formula used to fit the model as a
Formula object. The formula is the input to dpm(), not the lavaan
syntax.
show.dpm(): Returns an invisible "NULL" while printing model info
to console.