SAS Software for Learning Community

Welcome to the exclusive online community for all SAS learners.
BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Alexo2025
Fluorite | Level 6

Dear all,

I have a data set like this in Excel format;

IDCountryAgeWeightSexArea
ET010001Ethiopia18.5FemaleUrban
ET010001Ethiopia515.6FemaleUrban
ET010001Ethiopia820.1FemaleUrban
ET010002Ethiopia17.5MaleRural
ET010002Ethiopia513.2MaleRural
ET010002Ethiopia817.6MaleRural
ET010004Ethiopia19.5FemaleUrban
ET010004Ethiopia516.6FemaleUrban
ET010004Ethiopia820.6FemaleUrban
IN010001India17.6MaleUrban
IN010001India516.7MaleUrban
IN010001India822.3MaleUrban
IN010002India18.3MaleRural
IN010002India515.0MaleRural
IN010002India821.5MaleRural
IN010003India17.2FemaleUrban
IN010003India514.0FemaleUrban
IN010003India818.3FemaleUrban
......
......
......
IN200105India19.5MaleUrban
IN200105India517.7MaleUrban
IN200105India820.2MaleUrban

How can I estimate the growth models' parameters (by Nlmixed procedure) (e.g., Logistic and Gompertz functions) for each ID as x=Age & y=Weight? And how can I add the three covariates (Country, Sex, & Area)?

Thank You!  

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

If we are going to suggest searching certain sites, another option is to learn the SITE: option for internet search engines. For example, search for 

  growth model nlmixed gompertz site:lexjansen.com

I also suggest searching SAS blogs. For example,

  growth model nlmixed logistic site:blogs.sas.com

reveals the following article that has SAS code and an explanation:

"Fit a growth curve in SAS" : https://blogs.sas.com/content/iml/2018/10/10/fit-growth-curve-sas.html

 

 

View solution in original post

4 REPLIES 4
sbxkoenk
SAS Super FREQ

Hello,

 

Go to 

https://www.lexjansen.com/

 

and search for :

- growth model nlmixed gompertz

- growth model nlmixed logistic
... or simply
- growth model nlmixed

 

Plenty of examples there!

 

SAS Tip: Learn lexjansen.com
https://communities.sas.com/t5/SAS-Tips-from-the-Community/SAS-Tip-Learn-lexjansen-com/m-p/436336#M2...

 

Koen

Rick_SAS
SAS Super FREQ

If we are going to suggest searching certain sites, another option is to learn the SITE: option for internet search engines. For example, search for 

  growth model nlmixed gompertz site:lexjansen.com

I also suggest searching SAS blogs. For example,

  growth model nlmixed logistic site:blogs.sas.com

reveals the following article that has SAS code and an explanation:

"Fit a growth curve in SAS" : https://blogs.sas.com/content/iml/2018/10/10/fit-growth-curve-sas.html

 

 

Alexo2025
Fluorite | Level 6

Yes, your comment is very important to solve the problem.

Great thanks!

Alexo2025
Fluorite | Level 6

Yes, your comment is crucial to resolving the issue.
Thank you very much!