Displaying 4 results from an estimated 4 matches for "_delete_".
Did you mean:
delete_
2009 Jan 18
2
Deleting columns based on the number of non-blank observations
...at I would like to do is delete any columns that do not have at least 375 non-blank observations (i.e., the cells have some value in them besides NA).
How can I do this? I have come up with the following code to _count_ the non-blank observations in each column, but how would I adapt this code to _delete_ columns from the dataset if they do not have at least 375 non-blank observations?
lapply(x, function(d)
{
d.2<- na.omit(d)
count<- length(d.2)
}
)
Many thanks in advance,
Josh B.
[[alternative HTML version deleted]]
2008 Jul 12
2
Dreamweaver CS3 and Wine 1.1.1
I took the plunge and got rid of my windows machine (well I have a separate HDD with XP, that I use in a "trayless tray" when needed!), and turned to Ubuntu.
I had seen things todo with wine before, and as such tried it out quite quickly with Dreamweaver CS3. As I cant be without that one for long (not that I cant write the scripts!).
I was happy to see thismornings Wine update, pitty
2007 Jun 28
0
[1095] trunk/wxruby2: Remove useless methods from Wx::Object and add wx_class method for info; document
...e)Integer% lineNum = 0)
-
-The _new_ operator is defined for debugging versions of the library only, when
-the identifier __WXDEBUG__ is defined. It takes over memory allocation, allowing
-DebugContext operations.
-
-h3(#Object_delete). Object::operator delete
-
- *delete*(%(arg-type)% buf)
-
-The _delete_ operator is defined for debugging versions of the library only, when
-the identifier __WXDEBUG__ is defined. It takes over memory deallocation, allowing
-DebugContext operations.
-
</del><ins>+This method is normally only required for development and debugging -
+user code should not ne...
2003 Feb 09
5
"Incorrect function"?
...rrors in the logs, and am really stumped... reading a _file_ in
the share works as expected tho.
Creating a new folder yields
silo-1 on 'cookiemonster' (S:)
Unable to create the folder 'New Folder'
The System cannot find the file specified
OK
Creating a new file works
Trying to _delete_ a file yeilds
Error deleting File or Folder
Cannot delete "New WordPad document: Invalid MS-DOS function.
Help... Please :)