Whether you work with paperwork daily or only from time to time need them, DocHub is here to assist you make the most of your document-based projects. This platform can adjust table in Professional Model Release Contract, facilitate collaboration in teams and create fillable forms and legally-binding eSignatures. And even better, every record is kept safe with the highest security requirements.
With DocHub, you can get these features from any location and using any device.
hi everyone in this short video i explain how to simply export regression results in a professional looking table in r so for that i have a data frame here with weight and size and i create two simple linear regressions with the lm function and the first one is just the size as the y variable and the weight as the x variable and in the second regression i just take the logarithm of the weight and i just take the data when we then want to look into the results we only have these tables here in r so we dont get a nice looking table to export so for that we use the stargazer package we the package we load it and then when we use the stargazer with the regression 1 and we define text output when we run this command we get kind of a nice looking output down here as in text format and we can also do this with both regressions so regression one and regression two when we just run this we see both regressions side by side so regression one is here with the constant and the weight and the sec