ggAncova: Make an interactive plot for an ANCOVA model

Description Usage Arguments Methods (by class)

Description

Make an interactive plot for an ANCOVA model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ggAncova(x, ...)

## Default S3 method:
ggAncova(x, yvar, xvar, A, ...)

## S3 method for class 'formula'
ggAncova(x, data, ...)

## S3 method for class 'lm'
ggAncova(x, label = NULL, digits = 1, interactive = FALSE)

Arguments

x

an object

...

additional arguments passed to the generic function

yvar

A character string of "continuous" column name be assigned to a response variable.

xvar

A character string of "continuous" column name be assigned to a covariate.

A

A character string of column name be assigned to a grouping variable.

data

a data.frame

label

A character string of column name be assigned to the label

digits

An integer indicating the number of decimal places

interactive

A logical value. If TRUE, an interactive plot will be returned

x

An object of class "lm"

Methods (by class)


cardiomoon/moonBook2 documentation built on May 13, 2019, 12:40 p.m.