Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 15 found.
[1] < 1 2 > [2]  Sort:

getparam.norm (Package: norm) :

Takes a parameter vector, such as one produced by em.norm or da.norm, and returns a list of parameters on the original scale.
● Data Source: CranContrib
● Keywords: regression
● Alias: getparam.norm
● 0 images

mi.inference (Package: norm) :

Combines estimates and standard errors from m complete-data analyses performed on m imputed datasets to produce a single inference. Uses the technique described by Rubin (1987) for multiple imputation inference for a scalar estimand.
● Data Source: CranContrib
● Keywords:
● Alias: mi.inference
● 0 images

loglik.norm (Package: norm) :

Evaluates the observed-data loglikelihood function at a user-supplied value of the parameter. This function is useful for monitoring the progress of EM and data augmentation.
● Data Source: CranContrib
● Keywords: multivariate
● Alias: loglik.norm
● 0 images

mda.norm (Package: norm) :

Monotone data augmentation under the usual noninformative prior, as described in Chapter 6 of Schafer (1996). This function simulates one or more iterations of a single Markov chain. One iteration consists of a random imputation of the missing data given the observed data and the current parameter value (I-step), followed by a draw from the posterior distribution of the parameter given the observed data and the imputed data (P-step). The I-step imputes only enough data to complete a monotone pattern, which typically makes this algorithm converge more quickly than da.norm, particularly when the observed data are nearly monotone. The order of the variables in the original data matrix determines the monotone pattern to be completed. For fast convergence, it helps to order the variables according to their rates of missingness, with the most observed (least missing) variable on the left and the least observed variable on the right.
● Data Source: CranContrib
● Keywords: multivariate
● Alias: mda.norm
● 0 images

logpost.norm (Package: norm) :

Evaluates the log of the observed-data posterior density at a user-supplied value of the parameter. Assumes a normal-inverted Wishart prior. This function is useful for monitoring the progress of EM and data augmentation.
● Data Source: CranContrib
● Keywords: multivariate
● Alias: logpost.norm
● 0 images

prelim.norm (Package: norm) :

Sorts rows of x by missingness patterns, and centers/scales columns of x. Calculates various bookkeeping quantities needed for input to other functions, such as em.norm and da.norm.
● Data Source: CranContrib
● Keywords: multivariate
● Alias: prelim.norm
● 0 images

mdata (Package: norm) :

Household survey with missing values. See Schafer~(1997).
● Data Source: CranContrib
● Keywords:
● Alias: mdata
● 0 images

da.norm (Package: norm) :

Data augmentation under a normal-inverted Wishart prior. If no prior is specified by the user, the usual "noninformative" prior for the multivariate normal distribution is used. This function simulates one or more iterations of a single Markov chain. Each iteration consists of a random imputation of the missing data given the observed data and the current parameter value (I-step), followed by a draw from the posterior distribution of the parameter given the observed data and the imputed data (P-step).
● Data Source: CranContrib
● Keywords: distribution
● Alias: da.norm
● 0 images

makeparam.norm (Package: norm) :

Does the opposite of getparam.norm. Converts a list of user-specified parameters to a parameter vector suitable for input to functions such as da.norm and em.norm.
● Data Source: CranContrib
● Keywords: regression
● Alias: makeparam.norm
● 0 images

ninvwish (Package: norm) :

Simulates a value from a normal-inverted Wishart distribution. This function may be useful for obtaining starting values of the parameters of a multivariate normal distribution for multiple chains of data augmentation.
● Data Source: CranContrib
● Keywords: multivariate
● Alias: ninvwish
● 0 images