hi, i am trying to create a numerical descriptive statistics. this is the code entered and the table did not appeared efficiently on the pdf file. pls see photo below. thank you!
code:
descr::descr("Desktop/soil.xlsx")
photo:
hi, i am trying to create a numerical descriptive statistics. this is the code entered and the table did not appeared efficiently on the pdf file. pls see photo below. thank you!
code:
descr::descr("Desktop/soil.xlsx")
photo:
hi, already doing trial and error and i am midway there. will update if any issue arises. thanks.
You are asking for the stats before you read in the data.
Try
soil <- read_excel(""Desktop/soil.xlsx")
descr::descr("Desktop/soil.xlsx")
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.