Displaying 8 results from an estimated 8 matches for "umeno".
Did you mean:
ument
2003 Oct 30
0
Variance of a non-linear combination of the coefficient e stiamtes
...0.454
Residual standard error: 1.018 on 22 degrees of freedom
Multiple R-Squared: 0.1439, Adjusted R-squared: 0.06613
F-statistic: 1.85 on 2 and 22 DF, p-value: 0.1809
>
test.model$coefficients[2]*test.model$coefficients[3]/test.model$coefficient
s[1]
test.df[, 2]
1.391884
> umeno.stat<-function(xx,...){
+ xx.model<-lm(xx[...,1]~xx[...,2]+xx[...,3])
+ xx.model$coefficient[2]*xx.model$coefficient[3]/xx.model$coefficient[1]}
> umeno.stat(test.df,c(1:25))
xx[..., 2]
1.391884
> boot(test.df,umeno.stat,100)
ORDINARY NONPARAMETRIC BOOTSTRAP
Call:
boot(data = tes...
2003 Nov 06
2
Number of Days
...z : non-numeric argument to binary operator
As you may see, I am getting an error. Can anyone tell me how I can convert z
and ez to numeric vectors, so that I can compute days between the
corresponding dates in these vectors?
thank you
soyoko
______________________________________
Ms. Soyoko Umeno
Graduate Research Assitant for the Illinois-Missouri Biotechnology Alliance (IMBA) at http://www.imba.missouri.edu/
Ph.D. Student at the Department of Agricultural and Consumer Economics
at the University of Illinois at Urbana-Champaign
Office Phone: 217-333-3417 or 217-333-0364
Fax: 217-244-4817
M...
2003 Oct 29
2
constrained OLS on coefficient
...to run an OLS with
constraints? I need to contraint a coefficient estimate in the model equal to
1, and I am not sure how to include it into the OLS estimation...
I was hoping to find something like "cnsreg" in STATA..
thank you
Soyoko
______________________________________
Ms. Soyoko Umeno
Graduate Research Assitant for the Illinois-Missouri Biotechnology Alliance (IMBA) at http://www.imba.missouri.edu/
Ph.D. Student at the Department of Agricultural and Consumer Economics
at the University of Illinois at Urbana-Champaign
Office Phone: 217-333-3417 or 217-333-0364
Fax: 217-244-4817
M...
2004 Jul 20
4
read a file
Hi everyone,
I am having a problem reading my data file in R. It only
reads part of it, and stops doing it in half way through the
data. I looked at the observation where reading stops, but
it is really not different from the observations read it. I
expanded the matrix size, but it did not help. I am using a
text format to read the data file. Could someone help me?
Thank you
Soyoko
2003 Nov 07
3
Two Y-axises and One X-axis
Hi,
I would like to know if anyone knows how to draw a plot with two Y-axises and
one X-axis? When you have two sets of y values that do not have the same
scale, but correspond to the same x value, I would like to plot them on one
graph.
Could you please help me?
Thank you
Soyoko
2003 Nov 07
1
y label after axis (4)
...pch=7
)
axis(4)
Then, I want to label the second y axis "pay2". I tried "title(ylab="pay2")",
but it put this lable on the first y-axis. Does anyone know how to move this
to the second y-axis?
Thank you
Soyoko
______________________________________
Ms. Soyoko Umeno
Graduate Research Assitant for the Illinois-Missouri Biotechnology Alliance (IMBA) at http://www.imba.missouri.edu/
Ph.D. Student at the Department of Agricultural and Consumer Economics
at the University of Illinois at Urbana-Champaign
Office Phone: 217-333-3417 or 217-333-0364
Fax: 217-244-4817
M...
2003 Oct 29
0
constrained OLS
Hi,
I would like to know if anyone has any idea of how to run an OLS with
constraints?
thank you
Soyoko
______________________________________
Ms. Soyoko Umeno
Graduate Research Assitant for the Illinois-Missouri Biotechnology Alliance (IMBA) at http://www.imba.missouri.edu/
Ph.D. Student at the Department of Agricultural and Consumer Economics
at the University of Illinois at Urbana-Champaign
Office Phone: 217-333-3417 or 217-333-0364
Fax: 217-244-4817
M...
2003 Oct 30
0
Variance of a non-linear combination of the coefficient estiamtes
...ficient estimates.
Then, I want to know the variance of
b*c/a (2).
How am I going to get it?
In Stata, I can just use "bs" function by defining the regression model (1)
and the statistic of the interest(2).
Help!!!
Thank you
Soyoko
______________________________________
Ms. Soyoko Umeno
Graduate Research Assitant for the Illinois-Missouri Biotechnology Alliance (IMBA) at http://www.imba.missouri.edu/
Ph.D. Student at the Department of Agricultural and Consumer Economics
at the University of Illinois at Urbana-Champaign
Office Phone: 217-333-3417 or 217-333-0364
Fax: 217-244-4817
M...