Hello All,
At the suggestion of commenters on a discussion at stack overflow (
http://stackoverflow.com/questions/1535021/whats-the-biggest-r-gotcha-youve-run-across/1535433#1535433
), I'm forwarding the following behavior report to this list.
R Session:
> a<-data.frame(c(1,2,3,4),c(4,3,2,1))
see below.
On Fri, Oct 9, 2009 at 1:35 PM, Tony Plate wrote:
> This is expected behavior from the way nls() is written. The nls() function
> has a "..." argument, which means that additional arguments are allowed.
>
> Under "Arguments" the docs say:
> |...| Additional optional arguments. None
On Mon, Oct 12, 2009 at 6:41 AM, Romain Francois
wrote:
> On 10/12/2009 02:05 AM, m...@stat.ubc.ca wrote:
>>
>> Full_Name: Mike Danilov
>> Version: 2.9.0
>> OS: Fedora Core 9
>> Submission from: (NULL) (142.103.121.198)
>>
>>
>> When checking for the symmetry of a matrix, function isSymmetric.matr
On 10/12/2009 02:05 AM, m...@stat.ubc.ca wrote:
Full_Name: Mike Danilov
Version: 2.9.0
OS: Fedora Core 9
Submission from: (NULL) (142.103.121.198)
When checking for the symmetry of a matrix, function isSymmetric.matrix() gets
confused by the discrepancy of colnames/rownames if its argument. Se
Hello,
What am I doing wrong about creating an index for my package documentation?
Using 2.9.2, I am checking the gld package. It reports the following (all
earlier lines OK):
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd probl
Full_Name: Mike Danilov
Version: 2.9.0
OS: Fedora Core 9
Submission from: (NULL) (142.103.121.198)
When checking for the symmetry of a matrix, function isSymmetric.matrix() gets
confused by the discrepancy of colnames/rownames if its argument. See the code
snippet below. Perhaps it's a problem of