lsm: Static Latent Space Model

Description Usage Arguments Details Value Author(s)

View source: R/lsm.R

Description

Static latent space model for static networks.

Usage

1
2
3
lsm(formula, d = 1, period = 1, ref = NULL, family = "bernoulli",
  start = start_random, method = "MLE", seed = NULL, verbose = TRUE,
  control = control.lsm())

Arguments

formula

A formula object of the form network ~ terms, where code is a dynnet network object and terms are network terms to be included in the model.

d

Integer. Number of dimensions for the latent space.

period

Integer. Period to select from the network object.

ref

List. Reference vertex information. If NULL, then reference nodes will not be used for identification.

family

String specifying the model family. Only bernoulli is currently supported.

start

Function to use to get the starting values for the latent locations of each vertex.

method

String specifying the estimation method. Either MLE (maximum likelihood) or MH (a Metropolis Hastings algorithm).

seed

Random seed.

verbose

Boolean.

control

List of control parameters to be used for

Details

Estimate a latent space model for static networks as introduced by HRH (2002).

Value

lsmfit model object.

Author(s)

Jason W. Morgan jason.w.morgan@gmail.com


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