Skip to content

Conversation

@Eotoke
Copy link

@Eotoke Eotoke commented Feb 6, 2015

Hi,
There seems to be a typo in the R code for Regression through the origin.
The first column of freqData should be parent instead of child based on this line
"freqData <- as.data.frame(table(x, y))"
hence the following line should be "names(freqData) <- c("parent", "child", "freq")"
instead of the original "names(freqData) <- c("child", "parent", "freq")"

For your review please. Thanks :)

davparker pushed a commit to davparker/courses that referenced this pull request Dec 9, 2015
Sign up for free to 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