<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.00.3105.105" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Hi<BR><BR>I have a problem with converting a 
matrics in R<BR>R has almost the same syntaxes as S-PLUS have so I have also 
tried to use<BR>the manual for that software.<BR><BR>My problem is that i have 
read data in from a database through a RODBC<BR>connection and this data is not 
represented in the right form.<BR>The data I have read in, is represented as 
productnumber in first collumn,<BR>weeknumber in the second and a messurment in 
the third.<BR>I want to represent the data as productnumber downwards(rows) and 
weeknumber<BR>horisontally(collumns) and the vallue of the cells should be the 
messurment.<BR>I have looked at a function called "reshapeWide" which I thoght 
wold handle<BR>such a problem but I only get an error message.<BR>I have tried 
to convert the the data when the data was both original and wen<BR>converted to 
dataframe.<BR><BR>Do sombody else now about other functions which can be used?. 
Do I have to<BR>make a new function (programming in R)?<BR><BR>Thank you in 
advance<BR><BR>Morten<BR><BR></FONT></DIV></BODY></HTML>