https://github.com/cran/sparseFLMM
Raw File
Tip revision: 3d1203b48f7c62e32d347f479e8b295770f2f806 authored by Jona Cederbaum on 11 September 2020, 11:20:02 UTC
version 0.3.1
Tip revision: 3d1203b
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(Predict.matrix,symm.smooth)
S3method(smooth.construct,symm.smooth.spec)
export(make_summation_matrix)
export(sparseFLMM)
import(MASS)
import(Matrix)
import(data.table)
import(methods)
import(mgcv)
import(parallel)
import(refund)
importFrom(grDevices,terrain.colors)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,fitted)
importFrom(stats,predict)
importFrom(stats,reshape)
importFrom(stats,var)
importFrom(stats,weights)
importFrom(utils,packageVersion)
back to top