Displaying 2 results from an estimated 2 matches for "putri".
Did you mean:
petri
2012 Jan 28
1
fatal error unable to restore data
Dear R help team,
I am trying to open R 2.13.0 to continue my analysis but it doesn't want to
open and I get this message "fatal error unable to restore saved data in
.rdata". I don't know what went wrong ( iam using Windows 7). Could you
please help me on this? Thanks a lot
Putri -Indonesia-
[[alternative HTML version deleted]]
2010 Jul 30
2
conditonal "if"
Hi,
I have problem with my R program. Actually, it just a simple program, but I do
not know the error is. Here is part of my program:
....
if (tau2ca==0) {MVvc <- 0.01} else {MVvc <- tau2ca}
ri_vc <- si2/MVvc
vi_vc <- ri_vc + 1
Y_bar_vc <- sum(y/vi_vc)/sum((1/vi_vc))
tau2MVvc <- sum((1/vi_vc)*(y - Y_bar_vc)^2)/(k-1)
....
But then, there is an error displayed in workspace