We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi sorry if I'm being silly here ...
using the latest version of smatr 3.4-8 and R verson 4.1.3
sma(hs ~ pw * wood, log = "xy", method="SMA", data = subset(dat, sex=="M") , multcomp = T, na.action = "na.omit", multcompmethod = "default")
gives me the following error
Error in slope.com(mf[, 1], mf[, 2], mf[, 3], alpha = alpha, intercept = intercept, : object 'xi' not found
but this works
with(subset(dat, sex=="M"), slope.com(log10(hs), log10(pw), wood, method = 'SMA'))
data leaflife works just fine in terms of pairwise comparisons.
reinstalling smatr back to version 2.1 seems to fix this.
but I'm puzzled about why.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi sorry if I'm being silly here ...
using the latest version of smatr 3.4-8 and R verson 4.1.3
gives me the following error
but this works
data leaflife works just fine in terms of pairwise comparisons.
reinstalling smatr back to version 2.1 seems to fix this.
but I'm puzzled about why.
The text was updated successfully, but these errors were encountered: