<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi all</DIV>
<DIV>&nbsp;</DIV>
<DIV>Please help and correct me, to predict <SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Z(S</SPAN><FONT face="Times New Roman"><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: CMR8; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: CMR8">0</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">) at (0.5,0.5) given <SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Z(S</SPAN><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: CMR8; mso-fareast-font-family: 'Times New
 Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: CMR8">1</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">) = 3 at (0,0), <SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Z(S</SPAN><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: CMR8; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: CMR8">2</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY:
 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">) = 5 at(0,1), <SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Z(S</SPAN><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: CMR8; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: CMR8">3</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">) =&nbsp;6(1,0) and <SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language:
 AR-SA">Z(S</SPAN><SPAN style="FONT-SIZE: 8pt; FONT-FAMILY: CMR8; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: CMR8">4</SPAN><SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">) = 4(1,1). Let </DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">γ (h)=h^2&nbsp; h&lt;1</DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1&nbsp;&nbsp;&nbsp;&nbsp; h&gt;=1 using geo. </DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">&nbsp;</DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">I did this: coords&lt;-matrix(c(0,0,1,1,0,1,0,1), nrow=4, ncol=2)<BR>&gt; data&lt;-c(3,5,6,4)<BR>&gt; coordata&lt;-data.frame(coords=coords,data=data)<BR>&gt; geo&lt;-as.geodata(coordata)<BR>&gt; plot(geo$coords, xlim = c(0, 1.2), ylim = c(0,1.2),<BR>+&nbsp;&nbsp;&nbsp;&nbsp; xlab = "X-axis", ylab = "Y-axis")<BR>&gt; locations&lt;- matrix(c(0.5, 0.5), ncol = 2)<BR>&gt; text(locations, as.character(0), col = "red")<BR>&gt; polygon(x = c(0, 1, 1, 0), y = c(0, 0, 1, 1),lty = 2)<BR>&gt; szero&lt;- krige.conv(geo, locations=locations,<BR>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; krige=krige.control(cov.pars=c(1,1)))</DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">&nbsp;</DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">how do i&nbsp;show this points, lines&nbsp;and values on the gragh like it was done an erview of spatial statistics by Brian Vinyard slides 40 or something similar?.</DIV></SPAN></SPAN></SPAN></SPAN></SPAN></SPAN></FONT></td></tr></table><br>