onesample.plot: onesample.plot

View source: R/onesample.plot.R

onesample.plotR Documentation

onesample.plot

Description

plots for one sample tests

Usage

onesample.plot(variables,data=NULL,test.value,scale=FALSE,type="hist",alpha=.2)

Arguments

variables

An expression denoting a set of variable.

data

A data.frame from which the variables will be selected.

test.value

null hypothesis test value

scale

scale variables

type

type of plot. 'hist' or 'box' are allowed

alpha

transparency of points for box plot

Examples


data(mtcars)
onesample.plot(variables=d(mpg,cyl,disp,hp,drat,wt,qsec,vs,am,
gear,carb),data=mtcars,type='hist')

onesample.plot(variables=d(mpg,cyl,disp,hp,drat,wt,qsec,vs,am,
gear,carb),data=mtcars,type='box',alpha=1)


Deducer documentation built on June 8, 2025, 1:21 p.m.