search for: weight_var

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

Did you mean: weight_max
2010 Feb 12
1
Help with submitting HTML forms in RCurl
...the HTML code. The code that I am using is: postForm("http://www.expasy.ch/tools/protscale.html", "sequence" = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", scale = "Molecular weight", window = "5", weight_edges = "100", weight_var = "linear", norm = "no", submit = "Submit"), .checkparams = TRUE) the constant error that I get is: Error in postForm("http://www.expasy.ch/tools/protscale.html", .params = list(sequence = "not", : STRING_ELT() can only be applied to a ...
2008 Jul 02
2
spss long labels
...ndex; /* Index into its dictionary's var[]. */ int type; /* NUMERIC or ALPHA. */ int foo; /* Used for temporary storage. */ @@ -373,9 +377,9 @@ int weight_index; /* `value' index of $WEIGHT, or -1 if none. Call update_weighting() before using! */ - char weight_var[9]; /* Name of WEIGHT variable. */ + char weight_var[VAR_NAME_LEN];/* Name of WEIGHT variable. */ - char filter_var[9]; /* Name of FILTER variable. */ + char filter_var[VAR_NAME_LEN];/* Name of FILTER variable. */ /* Do not make another field the last field! or see tempor...
2010 Feb 12
1
help with EXPASY HTML form submission in RCurl package
...the HTML code. The code that I am using is: postForm("http://www.expasy.ch/tools/protscale.html", "sequence" = " AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", scale = "Molecular weight", window = "5", weight_edges = "100", weight_var = "linear", norm = "no", submit = "Submit"), .checkparams = TRUE) the constant error that I get is: Error in postForm("http://www.expasy.ch/tools/protscale.html", .params = list(sequence = "not", : STRING_ELT() can only be applied to a ...