Learn R Programming

mvnmle (version 0.1-11.2)

missvals: A multivariate data set with missing values.

Description

The missvals data frame has 13 rows and 5 columns. These are data from Draper and Smith (1966, ISBN:0471221708), and are included to demonstrate Maximum Likelihood (ML) estimation of mean and variance-covariance parameters of multivariate normal data when some observations are missing.

Usage

missvals

Arguments

Format

This data frame contains the following columns:

x1,x2,x3,x4,x5

numeric vectors

Examples

Run this code
library(mvnmle)
data(missvals)

mlest(missvals, iterlim = 400)

Run the code above in your browser using DataLab