File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022-2024 NeuroQuest AI
3+ Copyright (c) 2022-2025 NeuroQuest AI
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -158,22 +158,22 @@ Calculate the Big Five for a **40-year-old man**:
158158IpipNeo(question = 120 ).compute(sex = " M" , age = 40 , answers = answers120)
159159```
160160
161- For the long version of the inventory just change the parameters * question * to ** 300 ** .
161+ For a ** 25-year-old woman ** :
162162
163163``` python
164- IpipNeo(question = 300 ).compute(sex = " M " , age = 40 , answers = answers300 )
164+ IpipNeo(question = 120 ).compute(sex = " F " , age = 25 , answers = answers120 )
165165```
166166
167- Calculating the Big Five for a ** 25-year-old woman ** :
167+ For a ** neutral case at 18 years of age ** :
168168
169169``` python
170- IpipNeo(question = 120 ).compute(sex = " F " , age = 25 , answers = answers120)
170+ IpipNeo(question = 120 ).compute(sex = " N " , age = 18 , answers = answers120)
171171```
172172
173- Calculating the Big Five for a ** 25-year-old neutral ** :
173+ For the long version of the inventory just change the parameters * question * to ** 300 ** .
174174
175175``` python
176- IpipNeo(question = 120 ).compute(sex = " N " , age = 25 , answers = answers120 )
176+ IpipNeo(question = 300 ).compute(sex = " M " , age = 40 , answers = answers300 )
177177```
178178
179179An example of the output of the results:
Original file line number Diff line number Diff line change 22
33### Releases 🎈
44
5+ Release ** [ 1.13.1] ( https://github.com/NeuroQuestAi/five-factor-e/releases/tag/v1.13.1 ) ** :
6+
7+ * Created a neutral norm, the average of the (M and F) norms, applied to individuals who do not identify with these groups.
8+
59Release ** [ 1.12.1] ( https://github.com/NeuroQuestAi/five-factor-e/releases/tag/v1.12.1 ) ** :
610
711* Fixed the problem where when the algorithm was executed asynchronously it generated unexpected results;
You can’t perform that action at this time.
0 commit comments