Displaying 1 result from an estimated 1 matches for "ga22706".
2007 Aug 21
2
Partial comparison in string vector
...--------------------------
Message: 22
Date: Sun, 19 Aug 2007 21:33:15 -0400
From: Fran?ois Pinard <pinard at iro.umontreal.ca>
Subject: Re: [R] how to collapse a list of 1 column matrix to a
matrix?
To: adschai at optonline.net
Cc: r-help at stat.math.ethz.ch
Message-ID: <20070820013315.GA22706 at phenix.progiciels-bpi.ca>
Content-Type: text/plain; charset=iso-8859-1; format=flowed
[adschai at optonline.net]
>I encounter a situation where I have a list whose element is a column
>matrix. Says,
>$'1'
>[,1]
>1
>2
>3
>$'2'
>[,1]
>4
>5
&...