calculate average only for one group

2 vues (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 6 Juil 2020
I have a table T
YYYY Name Location Income
-----------------
2020 A E 300K
2020 B W 250K
2020 C E 400K
2020 D W 300K
Then I want to take an average of income only for people at West Coast.
unstack{T,'income','location','Grouping Variables','YYYY','AggregationFunction', @mean)
will provide average income for both NY and SF. But I just want to calcuate mean for NY.

Réponses (2)

alpedhuez
alpedhuez le 6 Juil 2020

Image Analyst
Image Analyst le 6 Juil 2020
Try the built-in functions grpstats() or splitapply(). Attach code to make your table if you need more help.

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by