quick.multinom.survey: Survey designs for multinomial logistic functions.

Description Usage Arguments Value

Description

The "survey" package does not directly compute designs with multinomial functions. Instead, replicate weights must be computed and applied tediously to every function. This wrapper function will compute the major pieces of information using your design.

Usage

1
2
quick.multinom.survey(my.formula, design, my.df, type = "bootstrap",
  replicates = 10)

Arguments

my.formula

Formula to be used

design

Design to be used

my.df

Dataframe

type

Type of repetition function. see svrepdesign for more info (default: bootstrap)

replicates

Number of replications to use (default: 10)

Value

List of: table of beta, z, probability; ANODE table; omnibus test; Pseudo R-2 values


ckraner/quick.tasks documentation built on May 24, 2019, 5:02 a.m.