get_prediction_frequentist: Function to get results from an object returned by a...

View source: R/results.r

get_prediction_frequentistR Documentation

Function to get results from an object returned by a frequentist analysis.

Description

A test function to return predictions and contrasts from a frequentist model. Allows clustered standard errors.

Usage

get_prediction_frequentist(
  model,
  predictions = NULL,
  cluster = NULL,
  type = c("observed values", "mean", "zero"),
  response = T,
  fe.fix = T
)

Arguments

model

A statistical model to get predictions from.

prediction

Predictions structured in the normal way.

See Also

Other results: qualitative_assessment(), results_mediation(), results(), summarize_interval()


jacobaro/danalyze documentation built on Oct. 20, 2022, 8:09 a.m.