How to find splitapply for multiple values

1 次查看(过去 30 天)
x=readtable('milgram’)
occage=findgroups(x.occupation,x.Age)
I want to find the distribution for both age and occupation
For occupation I have figured it out:
[occage, ID] =findgroups(x.occupation,x.Age)
occupation=[ID]
but Im stuck on age, how do I get the 'ID' for that/ how do I get the way the groups have been split for that?

采纳的回答

Matt J
Matt J 2021-2-23
编辑:Matt J 2021-2-23
[G, idOcc,idAge] =findgroups(x.occupation,x.Age)

更多回答(0 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by