quail.FriedEgg

class quail.FriedEgg(data=None, analysis=None, list_length=None, n_lists=None, n_subjects=None, position=0, date_created=None)[source]

Object containing results of a quail analyses

Attributes:
data : List of Pandas.DataFrame

List of Dataframes containing result of an analysis

type : str

The type of analysis (e.g. lag-crp)

Methods

get_data() Return a copy of the data
save(fname[, compression]) Save method for the FriedEgg object
next  
plot  
__init__(data=None, analysis=None, list_length=None, n_lists=None, n_subjects=None, position=0, date_created=None)[source]

Methods

__init__([data, analysis, list_length, ...])
get_data() Return a copy of the data
plot(**kwargs)
save(fname[, compression]) Save method for the FriedEgg object