Skip to content

small correction in code - #163

Open
octopacks wants to merge 1 commit into
DataScienceSpecialization:masterfrom
octopacks:octopacks-patch-1
Open

small correction in code#163
octopacks wants to merge 1 commit into
DataScienceSpecialization:masterfrom
octopacks:octopacks-patch-1

Conversation

@octopacks

@octopacksoctopacks commented Apr 5, 2018

Copy link
Copy Markdown

@bcaffo : In the Swiss data model fitting, output from the lm function was assigned to the object "fit1". In the next line of code fit2 was created by using the update function on the object "fit", which does not exist. Changed the object "fit" to "fit1"

In the Swiss data model fitting, output from the lm function was assigned to the object "fit1". In the next line of code fit2 was created by using the update function on the object "fit", which does not exist. Changed the object "fit" to "fit1"
@octopacksoctopacks reopened this Apr 5, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@octopacks