inst/scripts/trwlcomp.q

with(trawl, {
ind       <- (Year == 0)
longitude <- Longitude[ind]
zone      <- Zone[ind]
score1    <- Score1[ind]
sm.ancova(longitude, score1, zone, h = 0.1)
})

Try the sm package in your browser

Any scripts or data that you put into this service are public.

sm documentation built on July 4, 2022, 5:06 p.m.