quail.FriedEgg¶
- class quail.FriedEgg(data=None, analysis=None, list_length=None, n_lists=None, n_subjects=None, position=None, date_created=None, meta=None)[source]¶
Object containing results of a quail analyses
- Parameters:
- dataPandas.DataFrame
Dataframes containing result of an analysis
- analysisstr
The type of analysis (e.g. lag-crp)
- list_lengthint
Length of the lists
- n_listsint
Number of lists
- n_subjectsint
Number of subjects
- positionint
Position argument (for pnr/pfr)
- date_createdstr
Date the egg was created
- metadict
Meta data
- Attributes:
- dataPandas.DataFrame
Dataframes containing result of an analysis
- analysisstr
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
plot
- __init__(data=None, analysis=None, list_length=None, n_lists=None, n_subjects=None, position=None, date_created=None, meta=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