search for: ppinit

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

Did you mean: pkinit
2001 Sep 10
1
data format for ppinit
...lation of R into VineLinux2.1.5, I started to enjoy statistics following some instruction, and found it very useful. One of my main purpose to use R is to try spatial statistics. Since library named "spatial" has already installed, I just tried ... > library(spatial) > towns <- ppinit(test.dat) ------- test.dat ------- x,y 4,7 5,7 5,8 5,9 6,7 6,8 6,9 7,8 -------------------------- However, following error was given. Error in scan(tfile, list(xl = 0, xu = 0, yl = 0, yu = 0, fac = 0),n =5, : "scan" expected a real, got "5,7" Also, I tried... >to...
2005 Jun 13
1
ppinit
Probably a simple question, but I can't find the answer to it ... In the 'ppinit' code it describes how it takes a 'file in standard format' and creates a point process object with it. Can anyone enlighten me as to what this 'standard format' is? The example given doesn't allow me to view the '.dat' file that apparently is in this format. Thank...
2005 Sep 13
1
package Spcmdr
In the R Console (ver 2.1.1) I typed the command help("ppinit") and received the error message: Error in help.search("ppinit") : could not find package 'Spcmdr' After typing library(spatial) I could get help on the ppinit function. However, I have tried in vain to find any information on the Spcmdr package. This has included search...