search for: testmodel

Displaying 3 results from an estimated 3 matches for "testmodel".

Did you mean: testmode
2009 Nov 27
1
problem with "dynformula" from "plm" package [RE-POST]
...eas? Thanks in advance, ~Owen -- Owen Powell http://center.uvt.nl/phd_stud/powell R> library("plm") R> data("EmplUK", package="plm") R> a = dynformula(emp~wage+capital,log=list(capital=FALSE,TRUE),lag=list(emp=2,c(2,3)),diff=list(FALSE,capital=TRUE)) R> testModel <- plm(formula = a,data=EmplUK,model="within") [1] 1031 2 R> summary(testModel) Oneway (individual) effect Within Model Call: plm(formula = a, data = EmplUK, model = "within") Unbalanced Panel: n=140, T=7-9, N=1031 Residuals : Min. 1st Qu. Median 3rd Qu....
2009 Nov 27
3
problem with "dynformula" from "plm" package
...eas? Thanks in advance, ~Owen -- Owen Powell http://center.uvt.nl/phd_stud/powell R> library("plm") R> data("EmplUK", package="plm") R> a = dynformula(emp~wage+capital,log=list(capital=FALSE,TRUE),lag=list(emp=2,c(2,3)),diff=list(FALSE,capital=TRUE)) R> testModel <- plm(formula = a,data=EmplUK,model="within") [1] 1031 2 R> summary(testModel) Oneway (individual) effect Within Model Call: plm(formula = a, data = EmplUK, model = "within") Unbalanced Panel: n=140, T=7-9, N=1031 Residuals : Min. 1st Qu. Median 3rd Qu....
2008 Aug 05
4
literate programming
I'm working on the next iteration of coxme. (Rather slowly during the summer). This is the most subtle code I've done in S, both mathematically and technically, and seems a perfect vehicle for the "literate programming" paradym of Knuth. The Sweave project is pointed at S output however, not source code. I would appreciate any pointers to an noweb type client that was