search for: 20report

Displaying 5 results from an estimated 5 matches for "20report".

Did you mean: 20reported
2004 Apr 25
2
package fdim slopeopt error (PR#6819)
Full_Name: Fred J. Version: 1.8.1 OS: windows 2000 Submission from: (NULL) (203.26.24.216) platform i386-pc-mingw32 the error can be duplicated as follows > rt <- data.frame(8:15, 7:14, 6:13, 5:12, 4:11, 3:10, 2:9, 1:8) > library(fdim) > FD <- (fdim(rt,q=2)) Error in slopeopt(AllPoints, Alpha) : Object "LineP" not found
2017 May 02
1
R 3.4 and mclapply assertion failure - is this a bug?
...e?http://www.intel.com/software/products/support/. The complete pdf of what console produces is here:https://www.dropbox.com/s/navugg28gqne14p/R%20Console.pdf?dl=0 The batch with commands to (hopefully) reproduce it is here:https://www.dropbox.com/s/8pd0ij3kowigdlc/20170430%20-%20R%20mclapply%20bug%20report.r?dl=0 The data for the reproducible example is here: https://www.dropbox.com/s/2enoeapu7jgcxwd/z.Rdata?dl=0 Note that this behavior was not present in R 3.3.3 on the same machine and all the batch was working without any errors. The sessionInfo(): R version 3.4.0 (2017-04-21)Platform: x86_64-apple...
2017 May 02
0
R 3.4 and mclapply assertion failure - is this a bug?
...t; > The complete pdf of what console produces is here: > > https://www.dropbox.com/s/navugg28gqne14p/R%20Console.pdf?dl=0 > > > The batch with commands to (hopefully) reproduce it is here: > > https://www.dropbox.com/s/8pd0ij3kowigdlc/20170430%20-% > 20R%20mclapply%20bug%20report.r?dl=0 > > > The data for the reproducible example is here: > https://www.dropbox.com/s/2enoeapu7jgcxwd/z.Rdata?dl=0 > > > Note that this behavior was not present in R 3.3.3 on the same machine and > all the batch was working without any errors. > > > The sessionInf...
2012 Oct 22
5
Represent point size according to frequency
Hello! I would like to make a scatterplot of my data, but the problem is that several points have the same x and y values and are represented as only one point. I wonder if there is a way to represent the data points, but with point size representing the frequency of the depicted x-y value? Thank you! -- View this message in context:
2024 Jan 15
2
cwilcox - new version
I am a newbie to C (although I did some programming in Perl and Pascal) so forgive me for the language that follows. I am writing because I have a question concerning the *implementation of *(the internal function)* cwilcox* in https://svn.r-project.org/R/!svn/bc/81274/branches/R-DL/src/nmath/wilcox.c. This function is used to determine the test statistics of the Wilcoxon-Mann-Whitney U-test.