Displaying 2 results from an estimated 2 matches for "v1lab".
2009 Jun 30
1
(no subject)
...t?? Then I tried
> hist(V1, breaks = "Sturges",
+ freq = NULL, probability = !freq,
+ include.lowest = TRUE, right = TRUE,
+ density = NULL, angle = 45, col = NULL, border = NULL,
+ main = paste("Histogram of" , V1name),
+ V1lim = range(breaks), ylim = NULL,
+ V1lab = V1name, ylab,
+ axes = TRUE, plot = TRUE, labels = FALSE,
+ nclass = NULL)
It gave me this error:
Error in hist(V1, breaks = "Sturges", freq = NULL, probability = !freq, :
object "V1" not found
I don't get what's wrong,( An R beginner)??
[[alterna...
2009 Jun 30
0
(no subject)
...aks = "Sturges",
> +????? freq = NULL, probability = !freq,
> +????? include.lowest = TRUE, right = TRUE,
> +????? density = NULL, angle = 45, col = NULL, border
> = NULL,
> + main = paste("Histogram of" , V1name),
> + V1lim = range(breaks), ylim = NULL,
> + V1lab = V1name, ylab,
> + axes = TRUE, plot = TRUE, labels = FALSE,
> +????? nclass = NULL)
>
> It gave me this error:
> Error in hist(V1, breaks = "Sturges", freq = NULL,
> probability = !freq,? :
> ? object "V1" not found
>
> I don't get what's...