search for: knowen

Displaying 2 results from an estimated 2 matches for "knowen".

Did you mean: knoten
2008 May 19
2
i want to export a data.frame to file.xls
in order to export a data.frame to sheet.xls i try: write(df,file="file_name.xls") but when i open it a message appears: "impossible to oppen this file. her format is unvalid" knowen that i work with excel_2007 what is the solution ? -- View this message in context: http://www.nabble.com/i-want-to-export-a-data.frame-to-file.xls-tp17326119p17326119.html Sent from the R help mailing list archive at Nabble.com.
2008 Jun 06
0
bartlett-test
...me named df with only column names(no rownames).each column represnt one sample with 3 observations (in deed nrow(df)=3, and ncol(df)=92).in order to check homoskedasticity of variance of my 92 samples i do: bartlett.test(df) it work and give me a result.but i'm afread of getting false result,knowen that a call of such function require a vector of data x and a factor g . g is omitted when x is a list of vector. is the call that i do true? is a data frame in my case considered like a list of vector? -- View this message in context: http://www.nabble.com/bartlett-test-tp17687757p17687757.ht...