Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is a transference of the ergm-private" "control_llik" branch to the public version ergm 4.0. #337

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jul 1, 2021

  1. This is a transference of the ergm-private" "control_llik" branch to …

    …the public version ergm 4.0.
    
    The branch consolidates control arguments to the likelihood functions used in ergm.estimate into a single list variable called "control.llik".
    This simplifies the calls to the functions.
    
    The branch also adds a simple hook in "ergm.estimate" for the Kpenalty likelihood functions. These are required for the "ergm'tapered" package to interoperate with "ergm".
    
    Also fixed a few documentation typos in "ergm".
    handcock committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    2d0a718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc98f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Merge commit 'f59a5b36db56a178d6ead446d8d444e6a0598e02' into control_…

    …llik
    
    # Conflicts:
    #	man/ergm-terms.Rd
    handcock committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    0ad0a80 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    e709ad3 View commit details
    Browse the repository at this point in the history
  2. Added direct deterministic gradients and hessian for Kpenalty.

    These required extensive algebra and computation. However, they dramatically improve the computational speed and accuracy of the Kpenalty method.
    handcock committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    da7e4c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    44d73ce View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Added a MPLE.save.xmat control argument

    Added a MPLE.save.xmat control argument to return the design matrix from the MPLE fit (if any). The current and retained default is to remove it.
    handcock committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    236c9ba View commit details
    Browse the repository at this point in the history
  2. Added a MCMC.esteq.exclude.statistics control argument

    control$MCMC.esteq.exclude.statistics allows network statistics to not be included in the estimating equations. There equations determine most convergence diagnostics. For some models there are some terms that are not zero at convergence and should be removed.  For example, this supports tapering models which may have terms with non-specific means. The estimating equations are used in a number of places and the code follows those places.
    
    Specifically, it is a vector of  strings being the names of the statistics to be excluded from
    the estimating equations.
    handcock committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    fdd727d View commit details
    Browse the repository at this point in the history
  3. Added tests and fixed important typo

    It now passes R CMD check
    handcock committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    546408c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    b1ad981 View commit details
    Browse the repository at this point in the history