You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Deducer
A couple of students ran into this using Deducer in a colleagues
class. They were working with a dataset with only one column in it.
The associated R command is dataset<-sort(dataset, by=~
Variable_Name). In the case of a data frame with more than one
column, this works great. With only one column this returns a vector,
thus making the dataset disappear from the Deducer data window and
other dialogs.
Could something like
if( length(dataset)==1)
Matt Rissler
unread,
Feb 9, 2012, 12:05:22 PM2/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Deducer
I accidentally hit submit to early. Here's a possible fix.