deltam: Delta method

View source: R/deltam.h.R

deltamR Documentation

Delta method

Description

Delta method

Usage

deltam(
  data,
  vars,
  group,
  fixed = TRUE,
  plot = FALSE,
  normal = FALSE,
  puri,
  plot1 = FALSE,
  width = 500,
  height = 500,
  width1 = 500,
  height1 = 500
)

Arguments

data

The data as a data frame.

vars

.

group

A string naming the grouping variable from data

fixed

.

plot

.

normal

.

puri

.

plot1

.

width

.

height

.

width1

.

height1

.

Value

A results object containing:

results$instructions a html
results$fixed a table
results$text a preformatted
results$plot an image
results$normal a table
results$text1 a preformatted
results$text2 a preformatted
results$plot1 an image

Tables can be converted to data frames with asDF or as.data.frame. For example:

results$fixed$asDF

as.data.frame(results$fixed)


hyunsooseol/snowIRT documentation built on March 20, 2024, 8 p.m.