s3methods: S3 methods for class jamovi ResultsElement

summary.ResultsElementR Documentation

S3 methods for class jamovi ResultsElement

Description

These functions extract all visible tables from a ResultsElement produced by gamlj and print them in R style.

Usage

## S3 method for class 'ResultsElement'
summary(object, ...)

## S3 method for class 'jmvrtable'
print(x, ...)

## S3 method for class 'jmvrobj'
print(x, ...)

## S3 method for class 'gamlj'
coef(object, ...)

fit(x, ...)

## S3 method for class 'gamlj'
fit(x, ...)

## S3 method for class 'gamlj'
em_means(object, formula = NULL, ...)

Arguments

object

a gamlj results object of the class 'gamlj'

...

additional arguments passed to the GAMLj estimation function

x

a gamlj results object of the class 'gamlj'

Value

a list of table as data.frame

Author(s)

Marcello Gallucci

Examples

data(fivegroups)
fivegroups$Group<-factor(fivegroups$Group)
gmod<-GAMLj3::gamlj_lm(
  formula = Score ~Group,
  data = fivegroups)

summary(gmod)

mcfanda/gamlj documentation built on April 15, 2024, 11:16 a.m.