MSEfit: Fit MSE model using the 'Rcapture' routine 'closedpCI.t()'

Description Usage Arguments

View source: R/AICfunctions.R View source: R/functions.R

Description

Implements the method of Bales, Hesketh and Silverman. The routine calls the routine closedpCI.t() from the package Rcapture and returns an object which has the structure described in the documentation of that package.

Usage

1
MSEfit(zdat = UKdat, mainonly = F, pthresh = 0.05, returnfit = T)

Arguments

zdat

Input data frame. If there are k lists the first k columns are 1/0 to denote presence or absence on the relevant list; the last column is the count

mainonly

If mainonly = T then the stepwise method of BHS is used to choose a model; if F then only main effects are fitted with no interactions

pthresh

The significance level that a new parameter has to reach to be included

returnfit

Controls whether the entire fit is returned or just confidence intervals and a point estimate.


bernardsilverman/modslavmse documentation built on Aug. 10, 2019, 2:39 a.m.