t.conf: Deviate points so they can be seen while plotted.

Description Usage Arguments Examples

View source: R/t.conf.R

Description

TODO

Usage

1
t.conf(xs)

Arguments

xs

Examples

1
2
3
4
5
6
7
8
9
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (xs) 
{
    qt(0.975, df = length(xs) - 1) * sd(xs)/sqrt(length(xs))
  }

haberdashPI/wright.lab.util documentation built on Nov. 4, 2019, 1:25 p.m.