pick: Pick out best levels of a given X variable at which to view...

Description Usage Arguments Value Methods (by class)

View source: R/pick.R

Description

Pick out best levels of a given X variable at which to view effects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
pick(x)

## S3 method for class 'factor'
pick(x)

## S3 method for class 'logical'
pick(x)

## S3 method for class 'character'
pick(x)

## S3 method for class 'integer'
pick(x)

## S3 method for class 'numeric'
pick(x)

Arguments

x

a column from a population.

Value

a tall data.frame with columns level and value.

Methods (by class)


deepfriar/gilez documentation built on Dec. 19, 2021, 10:09 p.m.