rxmu_data: how the estimate and confidence interval change with regards...

View source: R/dataresult.R

rxmu_dataR Documentation

how the estimate and confidence interval change with regards to correlation between X and Mu

Description

give the result for how the estimate and confidence interval change with regards to correlation between X and Mu

Usage

rxmu_data(
  rxmo = -2,
  rxy = -2,
  rymo = -2,
  rmomu = -2,
  rymu = -2,
  nobs = 0,
  conflevel = 0.95
)

Arguments

rxmo

correlation between X and Mo

rxy

correlation between X and Y

rymo

correlation between Y and Mo

rmomu

correlation between Mo and Mu

rymu

correlation between Y and Mu

nobs

number of observations in the sample or sample size

conflevel

confidence interval level, default is 0.95

Value

result for how rxmu affects the estimates


linqinyu/ConMed documentation built on March 20, 2023, 5:40 a.m.