Dear all, I am new to R and very basic idea about it. While running some codes i am getting following error: "Error in m[indexMax] : invalid subscript type 'list' " I am not sure about this error. Any way to correct it. mahesh [[alternative HTML version deleted]]
supply code and then we will probbly be able to figure it out On Thu, Aug 7, 2008 at 6:12 AM, Mahesh Pal <mahesh1965 at gmail.com> wrote:> Dear all, > I am new to R and very basic idea about it. > While running some codes i am getting following error: > > "Error in m[indexMax] : invalid subscript type 'list' " > > I am not sure about this error. Any way to correct it. > > mahesh > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis
On 07/08/2008 6:12 AM, Mahesh Pal wrote:> Dear all, > I am new to R and very basic idea about it. > While running some codes i am getting following error: > > "Error in m[indexMax] : invalid subscript type 'list' " > > I am not sure about this error. Any way to correct it.Sure, don't do that. If you'd like more specific instructions, you'll have to tell us what "some codes" are. But first: reduce them to just a few lines that trigger the error, something that we can read and run. Duncan Murdoch
> Dear all, I am new to R and very basic idea about it. While running > some codes i am getting following error: > > "Error in m[indexMax] : invalid subscript type 'list' "What code did you enter?> I am not sure about this error. Any way to correct it.