Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

警告信息: step halving factor reduced below minimum in PNLS step #12

Open
imnotathome opened this issue Sep 3, 2024 · 0 comments
Open

Comments

@imnotathome
Copy link

library(forestat)

加载包中 forestData 样例数据

data("forestData")

基于 forestData 数据建立模型,返回一个 forestData 类对象

forestData <- class.plot(forestData, model = "Richards",

  •                      interval = 5, number = 5,
    
  •                      H_start=c(a=20,b=0.05,c=1.0))
    

警告信息:
1: In nlme.formula(BA ~ a * (1 - exp(-b * (S/1000)^c * AGE))^d, data = data, :
step halving factor reduced below minimum in PNLS step
2: In nlme.formula(BA ~ a * (1 - exp(-b * (S/1000)^c * AGE))^d, data = data, :
step halving factor reduced below minimum in PNLS step
3: In nlme.formula(Bio ~ a * (1 - exp(-b * (S/1000)^c * AGE))^d, data = data, :
step halving factor reduced below minimum in PNLS step
4: In nlme.formula(Bio ~ a * (1 - exp(-b * (S/1000)^c * AGE))^d, data = data, :
step halving factor reduced below minimum in PNLS step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant