Displaying 2 results from an estimated 2 matches for "eqnlabels".
Did you mean:
eh_labels
2007 Mar 28
0
nlsystemfit: Errors with reproducing the manual example
...r.growth" )
inst <- ~ tht + dbh + elev + cr + ba
start.values <- c(h0=-0.5, h1=0.5, h2=-0.001, h3=0.0001, h4=0.08,
+ d0=-0.5, d1=0.009, d2=0.25, d3=0.005, d4=-0.02 )
model <- list( hg.formula, dg.formula )
model.ols <- nlsystemfit( "OLS", model, start.values, data=ppine,
eqnlabels=labels )
then I get the following messages:
/
The following object(s) are masked _by_ .GlobalEnv :
dg hg
The following object(s) are masked from data ( position 3 ) :
ba cr dbh dg elev hg smi tht
Error in array(x, c(length(x), 1), if (!is.null(names(x))) list(names(x...
2007 May 23
1
I made some progress on my previous "systemfit" question but still not quite there
Surprisingly, I played around with some test code and below actually
creates equations that look correct.
tempmat<-matrix(10,nrow=6,ncol=6)
restrictmat<-diag(6)
colnames(tempmat)<-c("AUD.l1","CHF.l1","CAD.l1","GBP.l1","EUR.l1","JPY.l
1")