Displaying 1 result from an estimated 1 matches for "page_refresh_id2".
Did you mean:
page_refresh_id
2012 Feb 15
1
Using R with Netezza
...for example "nz.corr".
I am typing the syntax as given in the manual as follows:
nz.corr(intable="mytable", X="x", Y="y", outtable="anothertable")
Here is my syntax:
nz.corr(intable="JMF_TEST_LOOP2",x="PAGE_REFRESH_ID",
y="PAGE_REFRESH_ID2",outtable="JMF_TEST_LOOP3")
but I receive the following error:
Error in nz.corr(intable = "JMF_TEST_LOOP2", x = "PAGE_REFRESH_ID", y =
"PAGE_REFRESH_ID2", :
unused argument(s) (x = "PAGE_REFRESH_ID", y = "PAGE_REFRESH_ID2")
I...