Displaying 4 results from an estimated 4 matches for "manuj".
Did you mean:
manoj
2009 Sep 22
4
Problem in using BATCH command
...> R CMD BATCH batchchk
Error: unexpected symbol in "R CMD"
> R CMD BATCH --help
Error: unexpected symbol in "R CMD"
> BATCH --help
Error: object 'BATCH' not found
Can somebody please point out where I am going wrong?
Thanks in advance,
Manuj
Connect more, do more and share more with Yahoo! India Mail. Learn more. http://in.overview.mail.yahoo.com/
[[alternative HTML version deleted]]
2009 Sep 12
1
medcouple-based outlier detection in R
I need to detect outliers in a large data set which is highly right-skewed. I plan to use medcouple-based outlier detection. Is there any support for medcouple-based outlier detection in R? Are there any other routines in R to perform outlier detection in highly right-skewed data?
Manuj Sharma
See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/
[[alternative HTML version deleted]]
2009 Sep 21
1
Regarding information on writing R scripts
I need to run a set of R commands in batch mode. Can somebody please provide pointers to information on how to write R scripts to execute commands in batch mode?
Thanks,
Manuj
Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew
[[alternative HTML version deleted]]
2009 Sep 20
3
plotting least-squares regression against x-axis
Hi,
I want to plot the residuals of a least-squares regression.
plot(lm(y~x), which=1)
does this, but it plots the y-axis of my data on the x-axis of the
residuals plot. That is, it plots the residual for each y-value in the
data. Can I instead use the x-axis of my data as the x-axis of the
residuals plot, showing the residual for a given x?
Thanks!
Jason Priem
University of North