Learn R Programming

erer (version 1.3)

print.maTrend: Printing Marginal Effect Trends

Description

Show dimension and some values of probability values from maTrend.

Usage

## S3 method for class 'maTrend':
print(x, \dots)

Arguments

x
an object of class maTrend from the function of maTrend.
...
additional arguments to be passed.

Value

  • Summary results of the probability value estimates.

Details

This print method for maTrend shows the probability values.

See Also

maTrend; plot.maTrend.

Examples

Run this code
data(daPe)
ma <- glm(grade ~ gpa + tuce + psi, x = TRUE, 
    data = daPe, family = binomial(link = "probit"))
ea <- maBina(w = ma, x.mean = TRUE, rev.dum = TRUE)
ta <- maTrend(q = ea, nam.c = "gpa", nam.d= "psi")
ta

Run the code above in your browser using DataLab