Skip to content
New issue

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

pairwise comparison issue - version 3.4-8 #30

Open
r-mashoodh opened this issue Feb 22, 2024 · 0 comments
Open

pairwise comparison issue - version 3.4-8 #30

r-mashoodh opened this issue Feb 22, 2024 · 0 comments

Comments

@r-mashoodh
Copy link

r-mashoodh commented Feb 22, 2024

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.

@r-mashoodh r-mashoodh changed the title pairwise comparison issue pairwise comparison issue - version 3.4-8 Feb 22, 2024
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

No branches or pull requests

1 participant