s-news
[Top] [All Lists]

how to remove rows with missing factor value in it?

To: <s-news@lists.biostat.wustl.edu>
Subject: how to remove rows with missing factor value in it?
From: "Danni Wang" <wangdn@uclink4.berkeley.edu>
Date: Fri, 25 Oct 2002 12:15:49 -0700
Cc: "Danni Wang" <wangdn@uclink.berkeley.edu>
Importance: Normal
In-reply-to: <20020909092716.Y18683-100000@sirius1.math.ualberta.ca>
Reply-to: <wangdn@uclink4.berkeley.edu>
Hi, Group,

My input table have a timestamp column (such as 13:14:15), which has missing
values. It is treated as strings.
data[!is.na(data$timestamp),] couldn't work.

Do you know how to remove those rows?

Thanks,
Danni


<Prev in Thread] Current Thread [Next in Thread>
  • how to remove rows with missing factor value in it?, Danni Wang <=