locations: Estimated Locations from Latent Space Model

Description Usage Arguments Details Value Author(s)

View source: R/summary.R

Description

Extract the estimated latent locations for a latent space model.

Usage

1
2
3
4
locations(object, ...)

## S3 method for class 'lsmfit'
locations(object, transform = "procrustes", ...)

Arguments

object

A lsmfit object.

...

Addition parameters to pass.

Details

This function returns the estimated latent locations for a latent space model. For a model fit via MLE, this is the MLE estimates. For models with with the Metropolis-Hastings algorithm, the posterior means for the locations (possibly transformed via a Procrustes step, if that was the method of identification specified). Note: the posterior means should not be used for inference as they can distort the appearance of vertices in the the latent space. Use the posterior samples instead.

Value

A matrix of estimated locations. See Details.

Author(s)

Jason Morgan


jason-morgan/dynnet documentation built on May 18, 2019, 4:53 p.m.